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

Initial Revision

parent 241f37c2
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block title %}Latest{% endblock %}
{% block heading %}Latest{% endblock %}
{% block pageid %}latest{% endblock %}
{% block content %}
<form method="POST">
<table>
{{ form.as_table }}
</table>
</form>
{% if objects %}
<hr/>
{% for item in objects %}
<div>
{{ item.graceid }}
</div>
<hr/>
{% endfor %}
{% endif %}
{% endblock %}
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