aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/index_profil.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/index_profil.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/index_profil.mako')
-rw-r--r--jm2l/templates/index_profil.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/jm2l/templates/index_profil.mako b/jm2l/templates/index_profil.mako
index 6e0f27c..87667a4 100644
--- a/jm2l/templates/index_profil.mako
+++ b/jm2l/templates/index_profil.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"/>
<%
from pyramid.security import authenticated_userid