aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/jm2l.mako
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2015-02-28 21:57:08 +0100
committerpiernov <piernov@piernov.org>2015-02-28 21:57:08 +0100
commit385971456e6cbdab055263d717023c5cb17ab72a (patch)
treea33d996cfbd174ee97045e8c59f57d68fc177b99 /jm2l/templates/jm2l.mako
parent2a8cf25c394d9bd89d5d9bfb34bc6b32c3a61454 (diff)
downloadjm2l-385971456e6cbdab055263d717023c5cb17ab72a.tar.gz
jm2l-385971456e6cbdab055263d717023c5cb17ab72a.tar.bz2
jm2l-385971456e6cbdab055263d717023c5cb17ab72a.tar.xz
jm2l-385971456e6cbdab055263d717023c5cb17ab72a.zip
Rename *.mak to *.mako for consistency
Diffstat (limited to 'jm2l/templates/jm2l.mako')
-rw-r--r--jm2l/templates/jm2l.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/jm2l/templates/jm2l.mako b/jm2l/templates/jm2l.mako
index fc2043b..7ee2700 100644
--- a/jm2l/templates/jm2l.mako
+++ b/jm2l/templates/jm2l.mako
@@ -1,6 +1,6 @@
<%inherit file="jm2l:templates/layout.mako"/>
<%namespace name="profil" file="jm2l:templates/Profil/Profil.mako"/>
-<%namespace name="sejour" file="jm2l:templates/Profil/Sejour.mak"/>
+<%namespace name="sejour" file="jm2l:templates/Profil/Sejour.mako"/>
<%namespace name="intendance" file="jm2l:templates/Logistique/Logistique.mako"/>
<%namespace name="intervention" file="jm2l:templates/Interventions/Interventions.mako"/>
<%namespace name="h" file="jm2l:templates/helpers.mako"/>