Merge pull request #97 from nephila/feature/cms_template
Use CMS_TEMPLATE as base template
This commit is contained in:
commit
b362c6ddf8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% extends CMS_TEMPLATE %}
|
||||
|
||||
{% block meta %}
|
||||
{% if meta %}
|
||||
|
|
Loading…
Reference in a new issue