|
|
|
@ -1,7 +1,5 @@
|
|
|
|
|
{% extends "base.html" %}
|
|
|
|
|
{% comment "" %}
|
|
|
|
|
this is a copy of helper_base, maybe cross-app include it or use a more lightweight template?
|
|
|
|
|
{% endcomment %}
|
|
|
|
|
|
|
|
|
|
{% block title %}{{page.title}}{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block navbar %}
|
|
|
|
@ -30,13 +28,3 @@ this is a copy of helper_base, maybe cross-app include it or use a more lightwei
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block footer %}
|
|
|
|
|
{% if DEBUG %}
|
|
|
|
|
Debug-Modus:
|
|
|
|
|
{% if helper %}
|
|
|
|
|
<a href="{% url 'token_logout' %}">logout</a>
|
|
|
|
|
<a href="{{ helper.logintoken_set.first.get_absolute_url }}">login url</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|