diff --git a/pinaxcon/templates/registrasion/reports_list.html b/pinaxcon/templates/registrasion/reports_list.html index 6f9c8d387d0e4f88f31a88767b088cf877057def..b7ae25052019197f760377a760e44528ee630abe 100644 --- a/pinaxcon/templates/registrasion/reports_list.html +++ b/pinaxcon/templates/registrasion/reports_list.html @@ -1,14 +1,15 @@ {% extends "site_base.html" %} {% load registrasion_tags %} -{% block content %} -

Registration reports

+{% block page_title %}Registration reports{% endblock %} +{% block head_title %}Registration reports{% endblock %} +{% block content %} {% for report in reports %}
- {{ report.name }} + {{ report.title }} {{ report.description }}