dashboard/support/templates/support/list.html

10 lines
307 B
HTML

{% extends 'dash/common/base.html' %} {% block dash %}
<h2>{{ title }}</h2>
<p>
You will be redirected to Gna!'s issue tracker
<span id="timer">momentarily</span>. If not, please click
<a id="redirect-url" href="{{ support.list }}">here.</a>
</p>
{% include "support/redirect.html" %} {% endblock %}