aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Profil/Profil.mako
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 03:40:14 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 03:40:14 +0100
commitbf7fdc00bfecee47a3d5025de077bb0640dd3146 (patch)
treeb0d0a8e004540bc4f1ca375f13903e7947657253 /jm2l/templates/Profil/Profil.mako
parentc7a0ac5eb2b879d98c986d5c3583ef34737f0a61 (diff)
downloadjm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.tar.gz
jm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.tar.bz2
jm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.tar.xz
jm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.zip
Many changes to reorganize third party javascript
Diffstat (limited to 'jm2l/templates/Profil/Profil.mako')
-rw-r--r--jm2l/templates/Profil/Profil.mako12
1 files changed, 6 insertions, 6 deletions
diff --git a/jm2l/templates/Profil/Profil.mako b/jm2l/templates/Profil/Profil.mako
index 3bc65ac..8bd87d7 100644
--- a/jm2l/templates/Profil/Profil.mako
+++ b/jm2l/templates/Profil/Profil.mako
@@ -28,7 +28,7 @@
% else:
<div class="active item" id="UserPic0">
<div style="margin:auto;width:170px;">
- <img src="/static/avatars/default-user.png" class="img-polaroid" alt="Photo ${uprofil.slug}" style="max-height:205px;" />
+ <img src="/img/default-user.png" class="img-polaroid" alt="Photo ${uprofil.slug}" style="max-height:205px;" />
</div>
</div>
% endif
@@ -149,9 +149,9 @@ DicForm = {
## Handle Popover of this form
-<script type="text/javascript">
- % for field in profil_form._fields.keys():
- $('#${field}-help').popover();
- %endfor
-</script>
+##<script type="text/javascript">
+## % for field in profil_form._fields.keys():
+## $('#${field}-help').popover();
+## %endfor
+##</script>
</%def>