From 49288ff4e577ae8bed73dfcad2a2063e482323bd Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Jul 2019 15:39:59 +0200 Subject: [PATCH] Fix incorrect link --- src/pretix/control/templates/pretixcontrol/items/quotas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/quotas.html b/src/pretix/control/templates/pretixcontrol/items/quotas.html index a9bd7081be..c01c0067c7 100644 --- a/src/pretix/control/templates/pretixcontrol/items/quotas.html +++ b/src/pretix/control/templates/pretixcontrol/items/quotas.html @@ -65,7 +65,7 @@ {% endif %} {% endfor %} {% for v in q.variations.all %} -
  • +
  • {{ v.item }} – {{ v }}
  • {% endfor %}