summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-03-02 13:20:48 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-03-02 13:20:48 +0100
commita8c842b0f97bafedf483c102e38ce53849cc6eb2 (patch)
tree76662f8fae6db99386ad03f51d36d6ce3c59e628
parent147be22627ce0e750cf4f6ea2a82dc8e88193872 (diff)
web: hide HOWTO link
-rw-r--r--web/kpov_judge/templates/task_greeting.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/kpov_judge/templates/task_greeting.html b/web/kpov_judge/templates/task_greeting.html
index b10a49d..35c431a 100644
--- a/web/kpov_judge/templates/task_greeting.html
+++ b/web/kpov_judge/templates/task_greeting.html
@@ -56,8 +56,9 @@ section > ul {
{% include instructions %}
+<!--
<p>
-<a href="howto/">{{ _('Podrobna navodila.') }}</a>
+<a href="howto/">{{ _('Podrobna navodila.') }}</a>-->
<br style="clear: both;">
</section>