This website works better with JavaScript.
Home
Explore
Help
Sign In
plhardy
/
jm2l
forked from
tr4ck3ur/jm2l
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix wrong condition on staff
master
tr4ck3ur des JM2L
9 years ago
parent
c73f243cdb
commit
4fc11f787e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
jm2l/templates/NewIndex.mako
+ 1
- 1
jm2l/templates/NewIndex.mako
View File
@@ -23,7 +23,7 @@
<H2 style="text-align: center;" class="shadow">${edition | n} édition des JM2L en ${year}</H2>
<br>
<center>
% if request.user.Staff:
% if request.user
and request.user
.Staff:
<a href="/${year or 2015}/edit">Editer cette page</a> -
% endif
<a href="/${year or 2015}/le-programme">Le programme des évenements ${year or 2015 }</a>
Write
Preview
Loading…
Cancel
Save