From 85e91358b351f897839a9ee5c5687a29506b18ad Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Wed, 3 Jul 2024 13:25:09 +0300 Subject: [PATCH] add careers link to footer --- scipost_django/scipost/templates/scipost/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/scipost_django/scipost/templates/scipost/footer.html b/scipost_django/scipost/templates/scipost/footer.html index 3ca9e2317..5b0f7f0c6 100644 --- a/scipost_django/scipost/templates/scipost/footer.html +++ b/scipost_django/scipost/templates/scipost/footer.html @@ -36,6 +36,7 @@ <li><a href="{% url 'news:news' %}">News</a></li> <li><a href="{% url 'blog:blog_index' %}">Blog</a></li> <li><a href="https://disc.{{ request.get_host }}"target="_blank" rel="noopener">Community</a> + <li><a href="{% url "careers:job_openings" %}">Careers</a> </li> </ul> </div> -- GitLab