mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 01:42:16 +00:00
initial attempt
This commit is contained in:
14
RIGS/templates/RIGS/revision_list.html
Normal file
14
RIGS/templates/RIGS/revision_list.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Revisions{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
hello
|
||||
<ul>
|
||||
{% for version in object_list %}
|
||||
<li>
|
||||
{{ version.date_created|date:"y" }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user