diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-26 20:41:39 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-26 20:41:39 +1300 |
commit | d640c7bd637fa07150bbdaba17bcdcc8d24c676b (patch) | |
tree | 045555baff72028d7853bb4ac47077064799ccdb /project/templates/fltkada.xhtml | |
parent | 14025d22ce3d66c9d235e57221ec4653e00f972c (diff) |
Refactored base templates
Diffstat (limited to 'project/templates/fltkada.xhtml')
-rw-r--r-- | project/templates/fltkada.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/fltkada.xhtml b/project/templates/fltkada.xhtml index f68ea27..fbc4a7b 100644 --- a/project/templates/fltkada.xhtml +++ b/project/templates/fltkada.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} |