Skip to content
Snippets Groups Projects
Commit 362acd08 authored by Brian Moe's avatar Brian Moe
Browse files

Added page production date to latest page.

parent 55c842b3
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,10 @@
{% load scientific %}
{% block title %}Latest{% endblock %}
{% block heading %}Latest{% endblock %}
{% block heading %}Latest — as of {% now "j F Y H:i T" %}{% endblock %}
{% block pageid %}latest{% endblock %}
{% block jscript %}
{% if not error %}
......@@ -96,6 +97,7 @@
</table>
</form>
{% if objects %}
<table class="event">
{% if skyalert_authorized %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment