Merge branch 'master' of gitlab.rezometz.org:guimoz/roulette-legacy
This commit is contained in:
commit
aa17e08556
3 changed files with 3 additions and 4 deletions
|
@ -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
2
state
|
@ -1 +1 @@
|
|||
precampagne
|
||||
up
|
||||
|
|
|
@ -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…
Reference in a new issue