Standardize on two-word form of "change log"

This commit is contained in:
Jeremy Stretch
2020-02-19 12:45:52 -05:00
parent ada2a886b7
commit bc843250ed
31 changed files with 42 additions and 42 deletions

View File

@@ -7,7 +7,7 @@
<div class="row noprint">
<div class="col-sm-8 col-md-9">
<ol class="breadcrumb">
<li><a href="{% url 'extras:objectchange_list' %}">Changelog</a></li>
<li><a href="{% url 'extras:objectchange_list' %}">Change Log</a></li>
{% if objectchange.related_object.get_absolute_url %}
<li><a href="{{ objectchange.related_object.get_absolute_url }}changelog/">{{ objectchange.related_object }}</a></li>
{% elif objectchange.changed_object.get_absolute_url %}