]> git.parisson.com Git - telemeta.git/commitdiff
fix wrong </div>
authoryomguy <yomguy@parisson.com>
Wed, 22 Jun 2011 16:47:22 +0000 (18:47 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 22 Jun 2011 16:47:22 +0000 (18:47 +0200)
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/mediaitem_detail.html

index 2ce57fa9366dc7b438bdedaf6aa18ff0394b6abe..8e8f4dabf3e9282560de028fef5ae10d421b367a 100644 (file)
             {% include "telemeta/inc/mediaitem_list.html" %}
         {% endwith %}
         -->
-        </div>
+
         {% endblock infos %}
     </div>
 {% endblock %}
+
 {% block deleteitem %}
 {% if user.is_authenticated and perms.telemeta.delete_mediacollection %}
  <a href="#" onclick="if(confirm(gettrans('delete the item permanently?'))){window.location.href='{% url telemeta-collection-delete collection.public_id %}';};return false;"
index ef16fdbebe41de2cf4cfc224c8758658ebe0ee96..81da4300d29492f79ebcc5c1d40b8b586d7fc7ba 100644 (file)
 </div> <!-- with-rightcol -->
 
 {% endblock %}
+
 {% block deleteitem %}
 {% if user.is_authenticated and perms.telemeta.delete_mediaitem %}
  <a href="#" onclick="if(confirm(gettrans('delete the item permanently?'))){window.location.href='{% url telemeta-item-delete item.public_id %}';};return false;"  
         class="component_icon button icon_delete" style="float:right;margin-top:0.5em;margin-bottom:1em">{% trans "Delete" %}</a>
 {% endif %}
 {% endblock %}
+
 {% else %}
 <p>No such item</p>
 {% endif %}