Add "Looking for Help" page for the open visual artist request

Adds a /looking-for-help page listing the open volunteer request and
links it from the site footer on every page.
This commit is contained in:
Frank
2026-07-04 23:23:04 +02:00
parent 8554f04735
commit 1e644eb13b
5 changed files with 45 additions and 0 deletions
+3
View File
@@ -63,6 +63,9 @@
{% block footer %}
<footer class="site-footer py-4">
<div class="container text-center small">
<div class="mb-1">
<a href="{{ path('website_help_wanted') }}" class="link-light">{{ 'footer.help_wanted'|trans }}</a>
</div>
&copy; {{ "now"|date("Y") }} {{ 'site.name'|trans }}
</div>
</footer>