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

U míst místo "Skrytý" píšeme "Skryté"

parent d9e4c83f
No related branches found
No related tags found
1 merge request!106Účastníkům při výběru školy nezobrazujeme skrytá místa
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<tr><td>NUTS/LAU:<td>{{ place.nuts or '–' }} <tr><td>NUTS/LAU:<td>{{ place.nuts or '–' }}
{% endif %} {% endif %}
<tr><td>Poznámka:<td>{{ place.note or '–' }} <tr><td>Poznámka:<td>{{ place.note or '–' }}
<tr><td>Skrytý:<td><div class="{% if place.hidden %}warning-text{% endif %}">{{ place.hidden | yes_no }}</div> <tr><td>Skryté:<td><div class="{% if place.hidden %}warning-text{% endif %}">{{ place.hidden | yes_no }}</div>
</table> </table>
<div class="btn-group" role="group"> <div class="btn-group" role="group">
{% if can_edit %} {% if can_edit %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment