manager: load 'new page' form into a dialog

This commit is contained in:
Frédéric Péters 2014-12-30 13:28:55 +01:00
parent 1f5764b0ad
commit 198e5699e1
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@
{% endfor %}
</div>
<a href="{% url 'combo-manager-page-add' %}">+</a>
<a rel="popup" href="{% url 'combo-manager-page-add' %}">+</a>
{% endblock %}