diff --git a/RIGS/templates/RIGS/event_revision.html b/RIGS/templates/RIGS/event_revision.html deleted file mode 100644 index b4c7a96f..00000000 --- a/RIGS/templates/RIGS/event_revision.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}Versions{% endblock %} - -{% block content %} - {% for field, change in diff.items %} - {{ change }}
- {% autoescape off %} - {{ change }} - {% endautoescape %} -
- {% endfor %} -{% endblock %} \ No newline at end of file