{% extends 'settings/layout.html' %} {% load i18n %} {% block title %}{% trans "Themes" %}{% endblock %} {% block header %}{% trans "Themes" %}{% endblock %} {% block breadcrumbs %} {% trans "Set instance default theme" %} {% endblock %} {% block panel %} {% if broken_theme %}
bookwyrm/static/css/themes
directory on your server from the command line." %}
./bw-dev compile_themes
and ./bw-dev collectstatic
." %}
{% trans "Theme name" %} | {% trans "File" %} | {% trans "Actions" %} | {% trans "Status" %} |
---|---|---|---|
{{ theme.name }} | {{ theme.path }} |
{% if theme.loads is None %} {% elif not theme.loads %} {% trans "Broken theme" %} {% else %} {% trans "Loaded successfully" %} {% endif %} |