Quick fix for report view

This commit is contained in:
Tobias 2018-10-01 13:32:56 +13:00
parent bbaaf75d9d
commit 62158ac3dc
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% load bootstrap %}
{% load registrasion_tags %}
{% block body %}
{% block content %}
<h2>{{ title }}</h2>

View file

@ -1,6 +1,6 @@
{% extends "site_base.html" %}
{% load registrasion_tags %}
{% block body %}
{% block content %}
<h2>Registration reports</h2>