This commit is contained in:
Ross
2024-10-14 11:14:37 +01:00
parent 16e3e12b2a
commit 78f2067bc0
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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__(
+1 -1
View File
@@ -366,7 +366,7 @@
{% endif %}
<h2>Submit Rapid</h2>
<a href="{% url 'rapids:rapid_create_defaults' %}">Edit defaults</a>
{% comment %} <a href="{% url 'rapids:rapid_create_defaults' %}">Edit defaults</a> {% endcomment %}
<p>
<h3>Instructions</h3>
Abnormality, Region and Laterality are used to categorise within the system (they are not used for marking). String
@@ -59,7 +59,7 @@
{{ answer_formset.management_form }}
<input type="button" value="Add More Answers" id="add_more_answers">
<p>
<input type="submit" class="submit-button" value="Submit" name="submit">
<input type="submit" class="submit-button btn btn-primary" value="Submit" name="submit">
</p>
</form>
<div id="answer_empty_form" style="display:none">