Add link to billing on profile page.

This commit is contained in:
Santiago Lamora 2020-01-21 13:10:12 +01:00
parent 5595ae6fd6
commit 7dbf55f495
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@
Details: {{ payment.data }}
{% endif %}
</div>
<div class="text-right">
<a href="{% url 'musician:billing' %}">{% trans "Check your last bills" %}</a>
</div>
</div>
</div>
</div>