reformat the base.html file

This commit is contained in:
Andreas Zweili 2017-12-27 17:50:25 +01:00
parent b371cffec1
commit 45810163cf
2 changed files with 14 additions and 14 deletions

View File

@ -615,12 +615,12 @@ extended by them.
<a href="{% url 'index' %}">Home</a>
<h1>{% block section_title %}Device Inventory{% endblock %}</h1>
{% block content %}{% endblock %}
</body>
<footer>
{% block footer %}
<p>Created by Andreas Zweili licensed under GPL v3.0</p>
{% endblock %}
</footer>
</body>
</html>
#+END_SRC

View File

@ -9,10 +9,10 @@
<a href="{% url 'index' %}">Home</a>
<h1>{% block section_title %}Device Inventory{% endblock %}</h1>
{% block content %}{% endblock %}
</body>
<footer>
{% block footer %}
<p>Created by Andreas Zweili licensed under GPL v3.0</p>
{% endblock %}
</footer>
</body>
</html>