{% blocktrans %}
Tandoor Recipes is an open source free software application. It can be found on
GitHub.
@@ -43,7 +53,7 @@
{% endblocktrans %}
{% endif %}
-
{% trans 'Media Serving' %} {% if gunicorn_media %}
+
{% trans 'Media Serving' %} {% if gunicorn_media %}
{% trans 'Warning' %}{% else %}{% trans 'Ok' %}{% endif %}
{% if gunicorn_media %}
{% blocktrans %}Serving media files directly using gunicorn/python is not recommend!
@@ -57,7 +67,7 @@
{% trans 'Secret Key' %} {% if secret_key %}
+ class="badge text-bg-{% if secret_key %}danger{% else %}success{% endif %}">{% if secret_key %}
{% trans 'Warning' %}{% else %}{% trans 'Ok' %}{% endif %}
{% trans 'Allowed Hosts' %} {% if '*' in allowed_hosts %}
+ class="badge text-bg-{% if '*' in allowed_hosts %}warning{% else %}success{% endif %}">{% if '*' in allowed_hosts %}
{% trans 'Warning' %}{% else %}{% trans 'Ok' %}{% endif %}