Skip to content

Commit

Permalink
list of projects in the result page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygrigorev committed Nov 8, 2024
1 parent 2f61ad8 commit de50b46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions courses/templates/projects/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,18 @@ <h2>Feedback:</h2>

{% endif %}

<div class="text-center mb-4">
<a href="{% url 'project_list' course_slug=course.slug project_slug=project.slug %}"
class="btn btn-secondary mt-3">
See all projects
</a>
</div>


<div class="text-center">
Back to <a href="{% url 'course' course.slug %}">{{ course.title }}</a>
</div>



{% endblock %}

0 comments on commit de50b46

Please sign in to comment.