Skip to content

Commit de50b46

Browse files
list of projects in the result page
1 parent 2f61ad8 commit de50b46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

courses/templates/projects/results.html

+9
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,18 @@ <h2>Feedback:</h2>
7878

7979
{% endif %}
8080

81+
<div class="text-center mb-4">
82+
<a href="{% url 'project_list' course_slug=course.slug project_slug=project.slug %}"
83+
class="btn btn-secondary mt-3">
84+
See all projects
85+
</a>
86+
</div>
87+
88+
8189
<div class="text-center">
8290
Back to <a href="{% url 'course' course.slug %}">{{ course.title }}</a>
8391
</div>
8492

8593

94+
8695
{% endblock %}

0 commit comments

Comments
 (0)