Convert change log view to extend standard template

This commit is contained in:
Jeremy Stretch
2020-02-13 17:11:39 -05:00
parent ff952fb221
commit 8df9bb6fb4
4 changed files with 16 additions and 30 deletions

View File

@@ -473,7 +473,7 @@
<ul class="dropdown-menu">
<li class="dropdown-header">Logging</li>
<li{% if not perms.extras.view_objectchange %} class="disabled"{% endif %}>
<a href="{% url 'extras:objectchange_list' %}">Changelog</a>
<a href="{% url 'extras:objectchange_list' %}">Change Log</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">Miscellaneous</li>