open edit gallery in new window

This commit is contained in:
Sanj 2012-11-16 04:48:01 +05:30
parent 637b6d4c5c
commit cbb0e43b8a

View File

@ -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>