Use correct name for the body block
Somewhere along the line this seems to have changed from body to body_outer
This commit is contained in:
parent
2a74501249
commit
6fe3b8d3db
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "site_base.html" %}
|
||||
{% load bootstrap %}
|
||||
{% load registrasion_tags %}
|
||||
{% block body %}
|
||||
{% block body_outer %}
|
||||
|
||||
<h2>Credit Note</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue