Opened add-user-url in new tab.

This commit is contained in:
Emanuel Schuetze 2011-09-29 22:36:21 +02:00
parent d2295cb93b
commit b76c4d8ecf

View File

@ -95,7 +95,7 @@
<label>{{ field.label }}:</label>
<nobr>{{ field }}
{% if perms.participant.can_see_participant and perms.participant.can_manage_participant %}
<a href="{% url user_new %}"><img src="/static/images/icons/list-add-user.png" title="{% trans 'Add new participant' %}"></a>
<a href="{% url user_new %}" target="_blank"><img src="/static/images/icons/list-add-user.png" title="{% trans 'Add new participant' %}"></a>
{% endif %}
</nobr>
{% endfor %}