web: add link to LDAPWeb for admins
This commit is contained in:
parent
0fdf969295
commit
c67368bcf7
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
|||
{% endif %}
|
||||
</p>
|
||||
{% if admin %}
|
||||
<a href="https://profile.hackerspace.pl/admin/users/{{ member.username }}">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="button">Open in LDAPWeb</button>
|
||||
</span>
|
||||
</a>
|
||||
<h4>Payment Policy</h4>
|
||||
{% include "button_payment_policy.html" %}
|
||||
<h4>Membership Type</h4>
|
||||
|
|
Loading…
Reference in a new issue