Skip to content
Snippets Groups Projects
Commit 9e671a06 authored by Martin Mareš's avatar Martin Mareš
Browse files

Odstranění zbloudilých soft hyphens v šablonách

parent e5445f8a
No related branches found
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block body %} {% block body %}
<h2> <h2>
<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>­­ <a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>
» <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a> » <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a>
» Import účastníků » Import účastníků
</h2> </h2>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block body %} {% block body %}
<h2> <h2>
<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>­­ <a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>
» <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a> » <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a>
» Účastníci » Účastníci
</h2> </h2>
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<tr><td>Název<td>{{ round.name }} <tr><td>Název<td>{{ round.name }}
<tr><td>Oblast<td>{{ level_names[round.level] }} <tr><td>Oblast<td>{{ level_names[round.level] }}
<tr><td>Stav<td class='rstate-{{round.state.name}}'>{{ round.state.friendly_name() }} <tr><td>Stav<td class='rstate-{{round.state.name}}'>{{ round.state.friendly_name() }}
<tr><td>Čas zveřejnění úloh<td>{{ round.ct_tasks_start|timeformat }} <tr><td>Účastníci vidí zadání od<td>{{ round.ct_tasks_start|timeformat }}
<tr><td>Konec pro účastníky<td>{{ round.ct_submit_end|timeformat }} <tr><td>Účastníci odevzdávají do<td>{{ round.ct_submit_end|timeformat }}
<tr><td>Konec pro dozor<td>{{ round.pr_submit_end|timeformat }} <tr><td>Dozor odevzdává do<td>{{ round.pr_submit_end|timeformat }}
</table> </table>
<p><a href='{{ url_for('org_round_list', id=round.round_id) }}'>Seznam účastníků</a> <p><a href='{{ url_for('org_round_list', id=round.round_id) }}'>Seznam účastníků</a>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block body %} {% block body %}
<h2> <h2>
<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­ <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
» Editace » Editace
</h2> </h2>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block body %} {% block body %}
<h2> <h2>
<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­ <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
» Import účastníků » Import účastníků
</h2> </h2>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block body %} {% block body %}
<h2> <h2>
<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­ <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
» Účastníci » Účastníci
</h2> </h2>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
{% block body %} {% block body %}
<h2> <h2>
<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­ <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
» {% if task %} Úloha {{ task.code }}: {{ task.name }}{% else %}Nová úloha{% endif %} » {% if task %} Úloha {{ task.code }}: {{ task.name }}{% else %}Nová úloha{% endif %}
</h2> </h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment