From eec743ededa463f08f9baea8fd074780b354d8a7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 18:22:06 -0700 Subject: strftime() in a bunch of places --- python/fatcat_web/templates/release_changelog.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 python/fatcat_web/templates/release_changelog.html (limited to 'python/fatcat_web/templates/release_changelog.html') 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 %} - -

Release Changelog: {{ release.id }}

- -

release: {{ release.id }} - -

Changelog: -

- -{% endblock %} -- cgit v1.2.3