Commit af2c470 1 parent 5f1a99e commit af2c470 Copy full SHA for af2c470
File tree 2 files changed +7
-0
lines changed
courses/templates/projects
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ <h2>Evaluate Projects for "{{ project.title }}"</h2>
28
28
{% endfor %}
29
29
{% endif %}
30
30
31
+ < div >
32
+ < p > Due date: < span class ="local-date "> {{ project.peer_review_due_date |date:"c" }}</ span > (local time)</ p >
33
+ </ div >
31
34
32
35
< div class ="mb-2 ">
33
36
< strong > GitHub Link:</ strong > < a href ="{{ submission.github_link }} " target ="_blank " class ="text-primary "> {{ submission.github_link }}</ a >
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ <h2 class="mb-3 text-center">{{ project.title }} for <a href="{% url 'course' co
57
57
58
58
< h3 class ="mb-3 "> Project submission</ h3 >
59
59
60
+ < div >
61
+ < p > Due date: < span class ="local-date "> {{ project.submission_due_date |date:"c" }}</ span > (local time)</ p >
62
+ </ div >
63
+
60
64
< form method ="post " id ="project-form " class ="needs-validation " novalidate >
61
65
{% if is_authenticated %}
62
66
{% csrf_token %}
You can’t perform that action at this time.
0 commit comments