diff --git a/atlas/templates/atlas/author_list.html b/atlas/templates/atlas/author_list.html index c9f24e20..0e10b9be 100755 --- a/atlas/templates/atlas/author_list.html +++ b/atlas/templates/atlas/author_list.html @@ -2,7 +2,7 @@ {% block content %} -{% for author in authors %} -
Author: {{author.username}},
-{% endfor %} -{% endblock %} \ No newline at end of file + {% for author in authors %} +Author: {{author.username}},
+ {% endfor %} +{% endblock %} diff --git a/atlas/templates/atlas/base.html b/atlas/templates/atlas/base.html index 81ea8489..ca8c36fe 100755 --- a/atlas/templates/atlas/base.html +++ b/atlas/templates/atlas/base.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %} -Atlas + Atlas {% endblock %} {% block css %} @@ -15,16 +15,16 @@ Atlas {% block content %} {% endblock %} {% block navigation %} -Atlas: -{% if request.user.is_authenticated %} -Cases / -Series / -Collections / -Categories / -Create Case / -Create Series -{% endif %} -{% comment %} + Atlas: + {% if request.user.is_authenticated %} + Cases / + Series / + Collections / + Categories / + Create Case / + Create Series + {% endif %} + {% comment %} Questions by: {% endcomment %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/atlas/templates/atlas/case_detail.html b/atlas/templates/atlas/case_detail.html index 1e928f4c..1c170a17 100755 --- a/atlas/templates/atlas/case_detail.html +++ b/atlas/templates/atlas/case_detail.html @@ -4,21 +4,21 @@ -Title: {{ case.title }}
- -Description: {{ case.description }}
- -- Presentation: -
History: {{ case.history }}
- -Discussion: {{ case.discussion }}
- -Report: {{ case.report }}
- -Scrapped: {{ case.scrapped }} (toggle) {% endcomment %} - -
- Condition: -
Previous case: {{ case.previous_case }}
-Next case: {{ case.next_case }}
-Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
- -Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
+Title: {{ case.title }}
+ +Description: {{ case.description }}
+ ++ Presentation: +
History: {{ case.history }}
+ +Discussion: {{ case.discussion }}
+ +Report: {{ case.report }}
+ +Scrapped: {{ case.scrapped }} (toggle) {% endcomment %} + +
+ Condition: +
Previous case: {{ case.previous_case }}
+Next case: {{ case.next_case }}
+Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
+ +Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
diff --git a/atlas/templates/atlas/case_form.html b/atlas/templates/atlas/case_form.html index bf5febcd..74032194 100755 --- a/atlas/templates/atlas/case_form.html +++ b/atlas/templates/atlas/case_form.html @@ -4,95 +4,95 @@ {% block css %} {% endblock %} {% block js %} - -{{form.media}} + + {{form.media}} - + - + {% endblock %} {% block content %} -