argh, silly
This commit is contained in:
parent
08c2b6352b
commit
637b6d4c5c
|
@ -206,7 +206,7 @@ $(function(){
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="formset_help_text">
|
<div class="formset_help_text">
|
||||||
{% if not galleries.objects.all %}
|
{% if not galleries %}
|
||||||
You haven't added any galleries yet.
|
You haven't added any galleries yet.
|
||||||
{% else %}
|
{% else %}
|
||||||
Click an existing gallery to edit:
|
Click an existing gallery to edit:
|
||||||
|
@ -214,7 +214,7 @@ $(function(){
|
||||||
</div>
|
</div>
|
||||||
{% if galleries %}
|
{% if galleries %}
|
||||||
<div class="galleryFormWrapper">
|
<div class="galleryFormWrapper">
|
||||||
{% for gallery in galleries.objects.all %}
|
{% 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 }}" />{{ gallery.title }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user