Reuse page title for content title
This commit is contained in:
parent
fc67b68748
commit
5da62bcd6e
2 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
|||
{% block headerimage %}{% static "img/header.jpg" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>About</h1>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
{% endblock %}
|
||||
|
||||
<div class="container">
|
||||
<h1>{% block title %}{% endblock %}</h1>
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock%}
|
||||
|
|
Reference in a new issue