Merge branch 'master' of gitlab.rezometz.org:guimoz/roulette-legacy

This commit is contained in:
guimoz 2017-01-30 01:24:29 +01:00
commit aa17e08556
3 changed files with 3 additions and 4 deletions

View file

@ -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
View file

@ -1 +1 @@
precampagne
up

View file

@ -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>