lingo: use <h2> titles in cells (#9041)

This commit is contained in:
Frédéric Péters 2015-11-19 16:03:15 +01:00
parent 928a9b3647
commit e5cfb178e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% load i18n %} {% load i18n %}
{% if total %} {% if total %}
<h3>{% trans "Basket" %}</h3> <h2>{% trans "Basket" %}</h2>
<form action="{% url 'lingo-pay' %}" method="POST"> <form action="{% url 'lingo-pay' %}" method="POST">
{% csrf_token %} {% csrf_token %}
<ul> <ul>

View File

@ -1,5 +1,5 @@
{% load i18n %} {% load i18n %}
<h3>{% trans "Recent Transactions" %}</h3> <h2>{% trans "Recent Transactions" %}</h2>
{% csrf_token %} {% csrf_token %}
<ul> <ul>
{% for transaction in transactions %} {% for transaction in transactions %}