various design improvements

This commit is contained in:
2019-01-02 17:24:02 +01:00
parent 3bf1d1f0eb
commit b8ffa5f4cc
5 changed files with 17 additions and 6 deletions

View File

@@ -7,9 +7,11 @@
<p>
Please select your player:
<br/>
<ul class=playerlist>
{% for player in players %}
<a href=./edit/{{ player }}>{{ player }}</a>
<li><a href=./edit/{{ player }}>{{ player }}</a></li>
{% endfor %}
</ul>
</p>
<p>