This commit is contained in:
parent
ddbc97721c
commit
58250bfe6d
2 changed files with 8 additions and 12 deletions
|
@ -10,8 +10,6 @@
|
|||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/servala.css' %}">
|
||||
<script src="{% static "js/htmx.min.js" %}" defer></script>
|
||||
{% block extra_css %}
|
||||
{% endblock extra_css %}
|
||||
</head>
|
||||
<title>
|
||||
{% block html_title %}
|
||||
|
|
|
@ -183,16 +183,14 @@
|
|||
<small class="text-muted">{% translate "Configure organization details" %}</small>
|
||||
</div>
|
||||
</a>
|
||||
{% comment %}
|
||||
{# TODO: use once support form is merged #}
|
||||
<a href="{{ organization.urls.support }}" class="list-group-item list-group-item-action d-flex align-items-center">
|
||||
<i class="bi h2 bi-life-preserver me-3 text-info"></i>
|
||||
<div>
|
||||
<h6 class="mb-1">{% translate "Get Support" %}</h6>
|
||||
<small class="text-muted">{% translate "Access help and documentation" %}</small>
|
||||
</div>
|
||||
</a>
|
||||
{% endcomment %}
|
||||
<a href="{{ organization.urls.support }}"
|
||||
class="list-group-item list-group-item-action d-flex align-items-center">
|
||||
<i class="bi h2 bi-life-preserver me-3 text-info"></i>
|
||||
<div>
|
||||
<h6 class="mb-1">{% translate "Get Support" %}</h6>
|
||||
<small class="text-muted">{% translate "Access help and documentation" %}</small>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue