open edit gallery in new window
This commit is contained in:
parent
637b6d4c5c
commit
cbb0e43b8a
|
@ -216,7 +216,7 @@ $(function(){
|
||||||
<div class="galleryFormWrapper">
|
<div class="galleryFormWrapper">
|
||||||
{% for gallery in galleries %}
|
{% for gallery in galleries %}
|
||||||
<div class="galleryFormList">
|
<div class="galleryFormList">
|
||||||
<a href="{{ gallery.get_edit_url }}" />{{ gallery.title }}</a>
|
<a href="{{ gallery.get_edit_url }}" target="_blank" />{{ gallery.title }}</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user