diff --git a/rapids/tables.py b/rapids/tables.py index 35d789f5..7a6cc9d3 100755 --- a/rapids/tables.py +++ b/rapids/tables.py @@ -45,6 +45,7 @@ class RapidTable(tables.Table): #"site", "created_date", "open_access", "author") sequence = ("view", "images", "exams") + order_by = "-created_date" def __init__(self, data=None, *args, **kwargs): super().__init__( diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 78aedd9d..2a400fec 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -366,7 +366,7 @@ {% endif %}
- +