web: add "Edit Profile" button
This commit is contained in:
parent
1ed879c117
commit
ac62cd90e2
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
|||
</form>
|
||||
</p>
|
||||
{% else %}
|
||||
<a href="https://profile.hackerspace.pl/vcard">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="button">Edit Profile</button>
|
||||
</span>
|
||||
</a>
|
||||
<h4>Payment Policy</h4>
|
||||
<h5>{{status.payment_policy}}</h5>
|
||||
<h4>Membership Type</h4>
|
||||
|
|
Loading…
Reference in a new issue