forked from DGNum/gestioCOF
Remove useless buttons
This commit is contained in:
parent
47f406e09e
commit
472a44c30f
1 changed files with 2 additions and 3 deletions
|
@ -11,13 +11,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if perms.kfet.is_team %}
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a class="btn btn-default" href="{% url 'kfet.account.update' account.trigramme %}">
|
<a class="btn btn-default" href="{% url 'kfet.account.update' account.trigramme %}">
|
||||||
<span class="glyphicon glyphicon-cog"></span><span>Éditer</span>
|
<span class="glyphicon glyphicon-cog"></span><span>Éditer</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-default" disabled>
|
|
||||||
<span class="glyphicon glyphicon-credit-card"></span><span>Créditer</span>
|
|
||||||
</a>
|
|
||||||
{% if perms.kfet.delete_account %}
|
{% if perms.kfet.delete_account %}
|
||||||
<hr>
|
<hr>
|
||||||
<button class="btn btn-default" id="button-delete">
|
<button class="btn btn-default" id="button-delete">
|
||||||
|
@ -28,6 +26,7 @@
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<h4>{{ account.name|title }}</h4>
|
<h4>{{ account.name|title }}</h4>
|
||||||
|
|
Loading…
Reference in a new issue