mirror of
https://github.com/pretix/pretix.git
synced 2026-05-18 17:24:03 +00:00
change to status to textblob
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
{% load urlreplace %}
|
{% load urlreplace %}
|
||||||
{% load money %}
|
{% load money %}
|
||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
|
{% load textblob %}
|
||||||
{% block title %}{% trans "Your account" %}{% endblock %}
|
{% block title %}{% trans "Your account" %}{% endblock %}
|
||||||
{% block inner %}
|
{% block inner %}
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
@@ -27,9 +28,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if m.canceled %}</del>
|
{% if m.canceled %}</del>
|
||||||
<small>
|
<small>
|
||||||
<span class="text-blob-danger">
|
{% textblob "danger" icon="times" %}
|
||||||
<i class="status-dot fa fa-times" aria-hidden="true"></i> {% trans "Canceled" %}
|
{% trans "Canceled" %}
|
||||||
</span>
|
{% endtextblob %}
|
||||||
</small>
|
</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if m.testmode %}<span class="label label-warning">{% trans "TEST MODE" %}</span>{% endif %}
|
{% if m.testmode %}<span class="label label-warning">{% trans "TEST MODE" %}</span>{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user