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 %}

Submit Rapid

-Edit defaults +{% comment %} Edit defaults {% endcomment %}

Instructions

Abnormality, Region and Laterality are used to categorise within the system (they are not used for marking). String diff --git a/rapids/templates/rapids/rapidquestionanswer_form.html b/rapids/templates/rapids/rapidquestionanswer_form.html index 79bcfa54..22c27072 100755 --- a/rapids/templates/rapids/rapidquestionanswer_form.html +++ b/rapids/templates/rapids/rapidquestionanswer_form.html @@ -59,7 +59,7 @@ {{ answer_formset.management_form }}

- +