diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 18:22:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 18:22:06 -0700 |
commit | eec743ededa463f08f9baea8fd074780b354d8a7 (patch) | |
tree | ed383b5f6ad57b1f46103c2a6197b748e7c47ed2 /python/fatcat_web/templates/release_changelog.html | |
parent | 668076105a975c2898c912c6259aa0189a7662a7 (diff) | |
download | fatcat-eec743ededa463f08f9baea8fd074780b354d8a7.tar.gz fatcat-eec743ededa463f08f9baea8fd074780b354d8a7.zip |
strftime() in a bunch of places
Diffstat (limited to 'python/fatcat_web/templates/release_changelog.html')
-rw-r--r-- | python/fatcat_web/templates/release_changelog.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/python/fatcat_web/templates/release_changelog.html b/python/fatcat_web/templates/release_changelog.html deleted file mode 100644 index 706a5642..00000000 --- a/python/fatcat_web/templates/release_changelog.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "base.html" %} -{% block body %} - -<h1>Release Changelog: {{ release.id }}</h1> - -<p>release: <a href="/release/{{ release.id }}">{{ release.id }}</a> - -<p>Changelog: -<ul> -{% for entry in changelog_entries %} - <li><a href="/editgroup/{{ entry.editgroup }}">Edit Group #{{ entry.editgroup }}</a> (on {{ entry.timestamp }}) -{% else %} -NONE -{% endfor %} -</ul> - -{% endblock %} |