Skip to content
Snippets Groups Projects
Commit 7f37ea90 authored by chrissi^'s avatar chrissi^
Browse files

HOA 2021 is over. Just leave a skeleton page

parent 397f0b6c
No related branches found
No related tags found
No related merge requests found
Pipeline #2140 passed
......@@ -7,7 +7,7 @@ WEBSERVER_HOST=0.0.0.0
FLAMINGO_OUTPUT=output
FLAMINGO_ARGS=-s settings.py
FLAMINGO_SERVER_ARGS=$(FLAMINGO_ARGS) --port=$(WEBSERVER_PORT) --host=$(WEBSERVER_HOST) --disable-overlay
FLAMINGO_SERVER_ARGS=$(FLAMINGO_ARGS) --port=$(WEBSERVER_PORT) --host=$(WEBSERVER_HOST)
all: server
......
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -22,11 +22,11 @@
{% endif %}
{% if content.group == "en" %}
<li><a href="https://wiki.hackenopenair.de">Wiki</a></li>
<li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets</a></li>
<!--<li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets</a></li> -->
<li><a href="/index.html" aria-label="diese Seite auf Deutsch"><img src="/static/img/de.png" alt="german"></a></li>
{% else %}
<li><a href="https://wiki.hackenopenair.de">Wiki</a></li>
<li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets</a></li>
<!-- <li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets</a></li> -->
<li><a href="/en.html" aria-label="this page in english"><img src="/static/img/gb.png" alt="englisch"></a></li>
{% endif %}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment