Quick fix for report view
This commit is contained in:
parent
bbaaf75d9d
commit
62158ac3dc
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{% load bootstrap %}
|
||||
{% load registrasion_tags %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<h2>{{ title }}</h2>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "site_base.html" %}
|
||||
{% load registrasion_tags %}
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<h2>Registration reports</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue