mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
5 lines
196 B
HTML
5 lines
196 B
HTML
{% 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 %} |