- {% if not object %} - Create - {% else %} - Edit - {% endif %} - logo -
-- - {% endif %} -
- These logos are currently not used anywhere. You should now use the "Logo cloud" block on your homepage. This page will be removed from the admin in the upcoming releases. -
-| Name | -Image | -Countries | -- |
|---|---|---|---|
|
-
-
- {{ logo.name }} - {{ logo.url }} - |
-
- |
- {{ logo.countries|join:", " }} | -- - Edit - - | -
- {% blocktrans trimmed with start=competition.registration_start|date %} - Registration starts on {{ start }}. - {% endblocktrans %} - {% blocktrans trimmed with start=competition.competition_start|date %} - The competition will take place on {{ start }}. - {% endblocktrans %} -
-{% elif competition.is_registration_open %} - {% trans "Registration" %} -- {% blocktrans trimmed with end=competition.registration_end|date %} - Registration ends on {{ end }}. - {% endblocktrans %} - {% blocktrans trimmed with start=competition.competition_start|date %} - The competition will take place on {{ start }}. - {% endblocktrans %} -
-{% elif competition.has_started %} - {% trans "Results" %} -{% endif %} diff --git a/bullet/web/templates/web/snippets/home_timeline.html b/bullet/web/templates/web/snippets/home_timeline.html deleted file mode 100644 index 2593f320..00000000 --- a/bullet/web/templates/web/snippets/home_timeline.html +++ /dev/null @@ -1,53 +0,0 @@ -{% load i18n %} -{% load country_url %} -{% if competition %} -- {{ competition.registration_start|date }}, - {{ competition.registration_start|time }} -
-{% trans "Registration starts" %}
-- {{ competition.registration_second_round_start|date }}, - {{ competition.registration_second_round_start|time }} -
-{% trans "Second round of registration" %}
-- {{ competition.registration_end|date }}, - {{ competition.registration_end|time }} -
-{% trans "Registration end" %}
-{{ competition.competition_start|date }}
-{% trans "Competition day" %}
-