open edit gallery in new window
This commit is contained in:
parent
637b6d4c5c
commit
cbb0e43b8a
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ $(function(){
|
|||
<div class="galleryFormWrapper">
|
||||
{% for gallery in galleries %}
|
||||
<div class="galleryFormList">
|
||||
<a href="{{ gallery.get_edit_url }}" />{{ gallery.title }}</a>
|
||||
<a href="{{ gallery.get_edit_url }}" target="_blank" />{{ gallery.title }}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue