mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
Delete un-used file
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
{% extends 'base.html' %}
|
|
||||||
|
|
||||||
{% block title %}Versions{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
{% for field, change in diff.items %}
|
|
||||||
{{ change }}<br>
|
|
||||||
{% autoescape off %}
|
|
||||||
{{ change }}
|
|
||||||
{% endautoescape %}
|
|
||||||
<br>
|
|
||||||
{% endfor %}
|
|
||||||
{% endblock %}
|
|
||||||
Reference in New Issue
Block a user