init
This commit is contained in:
19
templates/player_select.html
Normal file
19
templates/player_select.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% extends "main.html" %}
|
||||
{% block title %}Player select{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<h1>Player select</h1>
|
||||
|
||||
<p>
|
||||
Please select your player:
|
||||
<br/>
|
||||
{% for player in players %}
|
||||
<a href=./edit/{{ player }}>{{ player }}</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can share <a href={{ gameurl }}>this</a> link
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user