misc: update appbar actions to new markup (#25999)

This commit is contained in:
Frédéric Péters 2018-08-31 16:14:01 +02:00
parent d26f13e9ec
commit c0b8e258d9
3 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,6 @@
{% block appbar %}
<h2>{{ model_name }}</h2>
<span><a href="./">{% trans 'Back to settings' %}</a></span>
{% endblock %}
{% block content %}

View File

@ -8,7 +8,9 @@
{% block appbar %}
<h2>{% trans 'User Profile' %}</h2>
<span class="actions">
<a rel="popup" href="{% url 'profile-add-attribute' %}">{% trans 'New attribute' %}</a>
</span>
{% endblock %}
{% block content %}

View File

@ -8,7 +8,9 @@
{% block appbar %}
<h2>{% trans 'Theme' %}</h2>
<span class="actions">
<a rel="popup" href="{% url 'theme-options' %}">{% trans 'Options' %}</a>
</span>
{% endblock %}
{% block content %}