Skip to content

Commit

Permalink
fix: add button in template
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Nov 3, 2023
1 parent 55024ed commit 2cda292
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<use xlink:href="{% static 'svg/sprite.svg' %}#it-arrow-left"></use>
</svg> {% trans "Dashboard" %}
</a>
<a role="button" class="btn btn-outline-secondary"
href="{% url 'uni_ticket:manager_user_settings' structure_slug=structure.slug %}">
<svg class="icon icon-xs">
<use xlink:href="{% static 'svg/sprite.svg' %}#it-share"></use>
</svg> {% trans "Torna alla configurazione" %}
</a>
{% endblock top_buttons %}

{% block page_content %}
Expand Down

0 comments on commit 2cda292

Please sign in to comment.