remove unnecessary h1 tags from template

This commit is contained in:
Andreas Zweili 2018-02-19 21:04:03 +01:00
parent 99d85555b6
commit acbe86d0ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% extends "webshop/base.html" %}
{% block section_title %}<h1>Cart</h1>{% endblock %}
{% block section_title %}Cart{% endblock %}
{% block content %}
<h3>List of Items in your Shopping Cart:</h3>
{% if articles_list %}