master
Kostanjevec 2022-06-16 08:18:06 +02:00
parent eb8581d32e
commit d428645504
1 changed files with 14 additions and 2 deletions

View File

@ -2,11 +2,23 @@
{% block header %}
<head>Matches</head>
{% endblock %}
{% endblock %}
{% block content %}
{% if list_of_matches %}
table>
<table>
<style>
table {
border-collapse: collapse;
table-layout: fixed;
width: 90%;
}
table td {
border: solid 1px #666;
width: felx;
word-wrap: break-word;
}
</style>
<tr>
<th>Title</th>
<th>Users</th>