Better handle 403 with next argument

This commit is contained in:
Skia
2016-08-07 20:36:06 +02:00
parent a0f7150c55
commit ad36c1c6f6
4 changed files with 18 additions and 6 deletions

View File

@ -1,8 +1,10 @@
{% extends "core/base.jinja" %}
{% extends "core/login.jinja" %}
{% block content %}
<h3>{% trans %}403, Forbidden{% endtrans %}</h3>
{{ super() }}
{% endblock %}

View File

@ -1,5 +1,9 @@
{% extends "core/base.jinja" %}
{% block title %}
{% trans %}Login{% endtrans %}
{% endblock %}
{% block content %}
{% if form.errors %}