page title and edit buttons
This commit is contained in:
parent
826573f553
commit
26d70c4ef9
3 changed files with 14 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{% load i18n static pretty_money %}
|
||||
|
||||
<div class="card bg-light shadow">
|
||||
<div class="card-header text-center" >
|
||||
<h4> {% trans "Account #" %} {{ object.pk }}</h4>
|
||||
</div>
|
||||
<div class="card-top text-center">
|
||||
<a href="{% url 'member:user_update_pic' object.pk %}">
|
||||
<img src="{{ object.note.display_image.url }}" class="img-thumbnail mt-2" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue