add target blank for position management
This commit is contained in:
parent
6262601c54
commit
c4cd843a38
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
{% trans 'You can create custom positions.' %}
|
||||
</p>
|
||||
<p>
|
||||
<a class="button" href="{% url 'site.position_list' %}">{% trans 'Manage your positions' %}</a>
|
||||
<a class="button" target="_blank" href="{% url 'site.position_list' %}">{% trans 'Manage your positions' %}</a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue