Page d'administration.
This commit is contained in:
parent
ce151d0f57
commit
0c0b4c9756
1 changed files with 9 additions and 1 deletions
|
@ -16,7 +16,15 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{c.get_absolute_url}}">{{c.name}}</a></td>
|
<td><a href="{{c.get_absolute_url}}">{{c.name}}</a></td>
|
||||||
<td>{{c.content_set.count}}</td>
|
<td>{{c.content_set.count}}</td>
|
||||||
<td><a href="">Éditer</a></td>
|
<td><a class="btn btn-primary btn-sm" href="">
|
||||||
|
<i class="glyphicon glyphicon-edit"></i>
|
||||||
|
Éditer
|
||||||
|
</a>
|
||||||
|
<a class="btn btn-danger btn-sm" title="Supprimer" href="">
|
||||||
|
<i class="glyphicon glyphicon-trash"></i>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue