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 @@ ...@@ -4,9 +4,10 @@
{% load scientific %} {% load scientific %}
{% block title %}Latest{% endblock %} {% 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 pageid %}latest{% endblock %}
{% block jscript %} {% block jscript %}
{% if not error %} {% if not error %}
...@@ -96,6 +97,7 @@ ...@@ -96,6 +97,7 @@
</table> </table>
</form> </form>
{% if objects %} {% if objects %}
<table class="event"> <table class="event">
{% if skyalert_authorized %} {% 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