mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
add back button on grouped order detail page
This commit is contained in:
parent
05df89eefd
commit
7e6d17c840
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
||||||
<p class="desktop-hidden mobile-content-title">
|
<p class="desktop-hidden mobile-content-title">
|
||||||
{% block content_title %}{{ grouped_order }} : commander{% endblock %}
|
{% block content_title %}{{ grouped_order }} : commander{% endblock %}
|
||||||
</p>
|
</p>
|
||||||
|
{% if user.is_authenticated %}
|
||||||
|
<div class="buttons">
|
||||||
|
<a class="button is-light" href={% url 'order:index' %}>
|
||||||
|
<i class="fa fa-arrow-left mr-3" aria-hidden="true"></i>Retour à mes commandes
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
<div class="box is-info">
|
<div class="box is-info">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-8">
|
<div class="column is-8">
|
||||||
|
|
Loading…
Reference in a new issue