This commit is contained in:
Marcel Pociot
2020-05-04 16:34:41 +02:00
parent f8464d2b4d
commit 7aa1225e31
4 changed files with 48 additions and 4 deletions

View File

@@ -93,7 +93,7 @@
<p class="font-medium text-white flex justify-center">
<span class="inline-block">Waiting for requests on:
{% for subdomain in subdomains %}
<a class="underline" target="_blank" href="http://{{ subdomain }}">{{ subdomain }}</a>
<a class="underline" target="_blank" href="{{ subdomain }}">{{ subdomain }}</a>
{% endfor %}
</span>
</p>