Correction du layout_precampagne
This commit is contained in:
parent
6f3a98d17e
commit
7a4ce03be5
3 changed files with 3 additions and 4 deletions
|
@ -370,7 +370,7 @@ def home():
|
||||||
con = connect_sqlite()
|
con = connect_sqlite()
|
||||||
cur = con.cursor()
|
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()
|
rows = cur.fetchall()
|
||||||
con.close()
|
con.close()
|
||||||
|
|
2
state
2
state
|
@ -1 +1 @@
|
||||||
precampagne
|
up
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>Rezo-roulette Metzquetaires</title>
|
<title>Rezo-roulette</title>
|
||||||
<meta http-equiv="content-type"
|
<meta http-equiv="content-type"
|
||||||
content="text/html;charset=utf-8" />
|
content="text/html;charset=utf-8" />
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
|
||||||
|
@ -36,7 +36,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="content_bottomright" class="corner">
|
<div id="content_bottomright" class="corner">
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue