use template inheritance (#33733)

This commit is contained in:
Benjamin Dauvergne 2019-06-05 20:26:12 +02:00
parent 961ba2444d
commit 12413b357e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends "../../authentic2/base.html" %}
{% extends "authentic2/base.html" %}
{% load staticfiles %}
{% block nav %}

View File

@ -1,4 +1,4 @@
{% extends "../../base.html" %}
{% extends "base.html" %}
{% block user-info %}
{% if user.is_authenticated %}