diff --git a/anatomy/forms.py b/anatomy/forms.py index 5fed00ec..b142989f 100644 --- a/anatomy/forms.py +++ b/anatomy/forms.py @@ -154,6 +154,7 @@ class AnatomyQuestionForm(ModelForm): ) ), "feedback", + "open_access", "exams", Div(Submit("submit", "Submit"), css_class="form-group"), ) diff --git a/templates/index.html b/templates/index.html index c8032bed..b4900bc6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,128 +2,152 @@ {% load auth_extras %} {% load help_tags %} {% block content %} -
Access exams, courses and resources for trainees and trainers.
-Name: {{ request.user.first_name }} {{ request.user.last_name }}
-Email: {{ request.user.email }}
-Grade: {{ request.user.userprofile.grade }}
-Supervisor: {{ request.user.userprofile.supervisor }}
-If you are an external user, please log in via CID.
- {% help "Help" %} - You should have received your candidate ID and login details by email or directly from your course organiser. If you have not, please contact them for assistance. - {% endhelp %} -See About or contact your admin.
-Access exams, courses and resources for trainees and trainers.
Name: {{ request.user.first_name }} {{ request.user.last_name + }}
+Email: {{ request.user.email }}
+Grade: {{ request.user.userprofile.grade }}
+Supervisor: {{ request.user.userprofile.supervisor }}
+Help us grow the question banks and grow the atlas — + create content below.
+ +If you are an external user, please log in via + CID.
+ {% help "Help" %} + You should have received your candidate ID and login details by email or directly from your course + organiser. If you have not, please contact them for assistance. + {% endhelp %} +See About or contact your admin.
+