1
0
Fork 0

Adds admin view for individual announcement

This commit is contained in:
Mouse Reeve 2021-05-20 08:09:35 -07:00
parent c73c063949
commit d64e0c4aa8
11 changed files with 92 additions and 32 deletions

View file

@ -45,5 +45,5 @@
{% endfor %}
</table>
{% include 'snippets/pagination.html' with page=servers path=request.path %}
{% include 'snippets/pagination.html' with page=announcements path=request.path %}
{% endblock %}