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:
@@ -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>
|
||||
© {{ "now"|date("Y") }} {{ 'site.name'|trans }}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user