aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-21 19:52:45 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-21 19:52:45 +0100
commit5c10b5d1629d5e5f480298acec5387fcd8afedad (patch)
treeea16b00cf0127cf2128445afe1bbe64a11ea611a
parent5eb7fb30826c3bfb9266fb7125ae3d95ecfc2ea5 (diff)
downloadjm2l-5c10b5d1629d5e5f480298acec5387fcd8afedad.tar.gz
jm2l-5c10b5d1629d5e5f480298acec5387fcd8afedad.tar.bz2
jm2l-5c10b5d1629d5e5f480298acec5387fcd8afedad.tar.xz
jm2l-5c10b5d1629d5e5f480298acec5387fcd8afedad.zip
Fix for W3C
-rw-r--r--jm2l/templates/NewIndex.mako2
-rw-r--r--jm2l/templates/layout.mako2
2 files changed, 1 insertions, 3 deletions
diff --git a/jm2l/templates/NewIndex.mako b/jm2l/templates/NewIndex.mako
index 9de9c66..d9ebebe 100644
--- a/jm2l/templates/NewIndex.mako
+++ b/jm2l/templates/NewIndex.mako
@@ -18,7 +18,6 @@ Synchronisez votre calendrier avec <a href="/2015/JM2L.ics">le fichier ical JM2L
<div id="timeline" style="margin-left: -50px;display:block;"></div>
<div class="clearfix">&nbsp;</div>
<div style="top:500px;position: relative">
-<p>
Le 28 Novembre 2015 aura lieu la 9e édition des Journées Méditerranéennes du Logiciel Libre (JM2LL) à
Sophia-Antipolis destinées tout public (http://jm2l.linux-azur.org/).
<br>
@@ -42,7 +41,6 @@ Nous vous proposons cinq formats de contribution :
<li>Démos de vos matériels, logiciels ou projets libres</li>
<li>Animations ouvertes</li>
</ul>
-</p>
<p>
Il sera bien sûr possible de combiner plusieurs formats (par exemple, une démo ou une conférence suivie
d’un atelier).
diff --git a/jm2l/templates/layout.mako b/jm2l/templates/layout.mako
index 8ff0c0f..ea2886d 100644
--- a/jm2l/templates/layout.mako
+++ b/jm2l/templates/layout.mako
@@ -44,7 +44,7 @@ ${helpers.uploader_js()}
<div class="nav pull-left">
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
- <span class="brand" href="/" style="padding: 0 10px 0 18px;">JM2L
+ <span class="brand" style="padding: 0 10px 0 18px;">JM2L
<small>${DisplayYear}</small>&nbsp;<span class="caret"></span></span></a>
<ul class="dropdown-menu">
% for tmpyear in range(2015, 2005, -1):