fix a merge mistake by yours truly.

This commit is contained in:
Daniel Greenfeld 2013-05-19 14:46:35 +02:00
parent b4d4a6bde7
commit 7597e045a3

View file

@ -24,12 +24,8 @@
</a>
</td>
<td class="text-right">
<<<<<<< HEAD
{# if has_add_permission #}
<a href="TODO">
=======
<a href="{% url model_admin|admin2_urlname:'create' %}">
>>>>>>> fix-admin-index-links
<i class="icon-plus"></i>
Add
@ -37,11 +33,7 @@
{# endif #}
</td>
<td class="text-right">
<<<<<<< HEAD
<a href="{{ model_admin.get_index_url }}">
=======
<a href="{# FIXME: edit kind of doesn't make sense for the whole ModelAdmin #}">
>>>>>>> fix-admin-index-links
<i class="icon-pencil"></i>
Change
</a>