mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Show message and cart after tax rate has changed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% load bootstrap3 %}
|
||||
{% block title %}{% trans "Checkout" %}{% endblock %}
|
||||
{% block content %}
|
||||
<details class="panel panel-default cart">
|
||||
<details class="panel panel-default cart" {% if "open_cart" in request.GET %}open{% endif %}>
|
||||
<summary class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user