mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
styling updates
This commit is contained in:
parent
c60cdac6b4
commit
17d839281f
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{% load image_tags %}
|
||||
{% load wagtailusers_tags %}
|
||||
{% load i18n %}
|
||||
{% load compress %}
|
||||
|
||||
{% block titletag %}{% trans "Add group" %}{% endblock %}
|
||||
{% block bodyclass %}menu-groups{% endblock %}
|
||||
|
|
|
|||
|
|
@ -37,6 +37,6 @@
|
|||
</script>
|
||||
|
||||
<p class="add">
|
||||
<a class="button bicolor icon icon-plus" id="id_{{ formset.prefix }}-ADD" value="Add">{% trans "Add another page permission" %}</a>
|
||||
<a class="button bicolor icon icon-plus" id="id_{{ formset.prefix }}-ADD" value="Add">{% trans "Add a page permission" %}</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue