diff --git a/src/ctfs/templates/ctfs/ctf_info.html b/src/ctfs/templates/ctfs/ctf_info.html old mode 100644 new mode 100755 index 18eca46..6906ea5 --- a/src/ctfs/templates/ctfs/ctf_info.html +++ b/src/ctfs/templates/ctfs/ctf_info.html @@ -31,7 +31,8 @@
{% trans "Already flagged" %}
{% if ctf.ctf_url %} {% trans "Start the challenge" %} - {% elif ctf.file %} + {% endif %} + {% if ctf.file %} {% trans "Download" %} {% endif %} {% else %} @@ -40,7 +41,8 @@ {% endif %} {% if ctf.ctf_url %} {% trans "Start the challenge" %} - {% elif ctf.file %} + {% endif %} + {% if ctf.file %} {% trans "Download" %} {% endif %} - {% endif %} {% endif %}