templates: add an indirection so that user can overwrite location of base.html

This commit is contained in:
Benjamin Dauvergne 2015-10-31 12:01:26 +01:00
parent a208909414
commit 3e127c2d17
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
{% extends "base.html" %}

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "django_kerberos/base.html" %}
{% block content %}
An error occurred during initialization of the GSSAPI context, verify that a properly initialized keytab is accessible

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "django_kerberos/base.html" %}
{% block content %}
Access unauthorized please refresh your ticket cache