Change model from index. Stub for Add. Close #81.

This commit is contained in:
Audrey Roy 2013-05-19 14:06:27 +02:00
parent 8f6bfceeb8
commit e50f26947b

View file

@ -23,15 +23,17 @@
</a>
</td>
<td class="text-right">
<a href="">
{# if has_add_permission #}
<a href="TODO">
<i class="icon-plus"></i>
Add
</a>
{# endif #}
</td>
<td class="text-right">
<a href="">
<a href="{{ model_admin.get_index_url }}">
<i class="icon-pencil"></i>
Edit
Change
</a>
</td>
</tr>