aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index b5742c1..5424505 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,7 +41,7 @@
{% endif %}
</div>
{% if last_update %}
- <p>Last update: {{ last_update }} UTC</p>
+ <p>Last update: {{ last_update }}</p>
{% endif %}
<div class="license">{% include 'site/license.html' %}</div>
</center></body>