diff --git a/scipost_django/scipost/templates/scipost/footer.html b/scipost_django/scipost/templates/scipost/footer.html index 3ca9e2317ece8af39c314dafdacf13128d8133a8..5b0f7f0c68b1e0d76c361904d1fe3c5aa812b3db 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>