change to status to textblob

This commit is contained in:
Richard Schreiber
2024-11-21 13:07:23 +01:00
parent 87d54ae068
commit 2fe5b65f94

View File

@@ -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 %}