Add transaction history list on the user
This commit is contained in:
parent
a456468a71
commit
66b70e69f3
2 changed files with 13 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n static pretty_money %}
|
||||
{% load i18n static pretty_money django_tables2 %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Compte n° {{ object.pk }}</h3>
|
||||
|
|
@ -24,4 +24,6 @@
|
|||
</dl>
|
||||
|
||||
<a href="{% url "password_change" %}">{% trans 'Change password' %}</a>
|
||||
|
||||
{% render_table history_list %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue