1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Add new forms and templates

This commit is contained in:
Retspen 2015-03-10 16:24:10 +02:00
parent 00b4d751ad
commit ed2b28c25e
12 changed files with 263 additions and 25 deletions

View file

@ -0,0 +1,5 @@
{% if request.user.is_superuser %}
<button type="button" class="btn btn-success pull-right">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
</button>
{% endif %}