diff --git a/pinaxcon/templates/registrasion/reports_list.html b/pinaxcon/templates/registrasion/reports_list.html deleted file mode 100644 index f588359345f7c897ed51708f189a123fb688b0a9..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/reports_list.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "site_base.html" %} -{% load bootstrap %} -{% load registrasion_tags %} -{% block body %} - -

Registration reports

- - - {% for report in reports %} - - - - - {% endfor %} -
- {{ report.name }} - - {{ report.description }} -
- -{% endblock %}