Page template inherit from base and not index

This commit is contained in:
Yorick Barbanneau 2020-02-25 00:53:02 +01:00
parent 2c80e2e2d6
commit b49a4a5d9c
2 changed files with 1 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{% extends "index.html" %}
{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock title %}