mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
change ol to ul
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{% if memberships %}
|
{% if memberships %}
|
||||||
<ol class="full-width-list alternating-rows">
|
<ul class="full-width-list alternating-rows">
|
||||||
{% for m in memberships %}
|
{% for m in memberships %}
|
||||||
<li class="row">
|
<li class="row">
|
||||||
<dl>
|
<dl>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="text-center">{% trans "You don’t have any memberships in your account yet." %}</p>
|
<p class="text-center">{% trans "You don’t have any memberships in your account yet." %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{% if orders %}
|
{% if orders %}
|
||||||
<ol class="full-width-list alternating-rows">
|
<ul class="full-width-list alternating-rows">
|
||||||
{% for o in orders %}
|
{% for o in orders %}
|
||||||
<li class="row">
|
<li class="row">
|
||||||
<dl>
|
<dl>
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="text-center">{% trans "You don’t have any orders in your account yet." %}</p>
|
<p class="text-center">{% trans "You don’t have any orders in your account yet." %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user