dashboard: Link 'My bills' to invoices
This commit is contained in:
parent
e58dcbb44c
commit
f907837f04
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<img class="svg-img" src="{% static 'hosting/img/key.svg' %}">
|
||||
</div>
|
||||
</a>
|
||||
<a href="{% url 'hosting:orders' %}" class="hosting-dashboard-item">
|
||||
<a href="{% url 'hosting:invoices' %}" class="hosting-dashboard-item">
|
||||
<h2>{% trans "My Bills" %}</h2>
|
||||
<div class="hosting-dashboard-image">
|
||||
<img class="svg-img" src="{% static 'hosting/img/billing.svg' %}">
|
||||
|
|
Loading…
Reference in a new issue