Browse Source

Correction du layout_precampagne

master
guimoz 9 years ago
parent
commit
7a4ce03be5
  1. 2
      roulette.py
  2. 2
      state
  3. 3
      templates/layout_precampagne.html

2
roulette.py

@ -370,7 +370,7 @@ def home():
con = connect_sqlite()
cur = con.cursor()
cur.execute("""select firstname,name,ban_end from players""", [time()])
cur.execute("""select firstname,name,ban_end from players""")
rows = cur.fetchall()
con.close()

2
state

@ -1 +1 @@
precampagne
up

3
templates/layout_precampagne.html

@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rezo-roulette Metzquetaires</title>
<title>Rezo-roulette</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
@ -36,7 +36,6 @@
</div>
<div id="content_bottomright" class="corner">
</div>
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
</div>
</div>
</body>

Loading…
Cancel
Save