aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat/templates/release_changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat/templates/release_changelog.html')
-rw-r--r--fatcat/templates/release_changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat/templates/release_changelog.html b/fatcat/templates/release_changelog.html
index 47526749..706a5642 100644
--- a/fatcat/templates/release_changelog.html
+++ b/fatcat/templates/release_changelog.html
@@ -8,7 +8,7 @@
<p>Changelog:
<ul>
{% for entry in changelog_entries %}
- <li><a href="/editgroup/{{ entry.edit_group }}">Edit Group #{{ entry.edit_group }}</a> (on {{ entry.timestamp }})
+ <li><a href="/editgroup/{{ entry.editgroup }}">Edit Group #{{ entry.editgroup }}</a> (on {{ entry.timestamp }})
{% else %}
NONE
{% endfor %}