Skip to content

Commit

Permalink
Merge pull request #53 from mikaelGusse/master
Browse files Browse the repository at this point in the history
Add reload button to Radar course menu
  • Loading branch information
mikaelGusse authored Oct 22, 2024
2 parents 8f8c9ef + 9400f8d commit da9c5f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pylint:
disable:
- consider-using-f-string
- too-many-arguments
- too-many-positional-arguments
- import-error
- protected-access
- django-not-configured
Expand Down
5 changes: 5 additions & 0 deletions review/templates/review/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
{% endif %}
{% endwith %}

<form method="post">
{% csrf_token %}
<button class="btn btn-primary" type="submit" name="full_reload"><span class="glyphicon glyphicon-refresh"></span> Reload all exercise submissions</button>
</form>

{% for exercise in exercises %}
{% endfor %}

Expand Down

0 comments on commit da9c5f7

Please sign in to comment.