diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 51fec85e0d1046e684995e1652e51766b010b17a..81402d5a450cfa240a10e20a86135d98f57d0f53 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
+Unreleased
+----------
+
+Added
+~~~~~
+
+Fixed
+~~~~~
+
+* Show link to imprint in footer
+
+Removed
+~~~~~~~
+
 `2.0rc5`_ - 2021-08-25
 ----------------------
 
diff --git a/aleksis/core/templates/core/base.html b/aleksis/core/templates/core/base.html
index 5f70beda524a4fc25673f91c5e427d5a74cb98c8..23f4060e5d3f5735023b9f5b7a307bb665582907 100644
--- a/aleksis/core/templates/core/base.html
+++ b/aleksis/core/templates/core/base.html
@@ -157,12 +157,12 @@
       </div>
       <div class="right">
         <span id="doit"></span>
-        {% if request.site.preferences.footer__impress_url %}
-          <a class="blue-text text-lighten-4" href="{{ request.site.preferences.footer__impress_url }}">
+        {% if request.site.preferences.footer__imprint_url %}
+          <a class="blue-text text-lighten-4" href="{{ request.site.preferences.footer__imprint_url }}">
             {% trans "Impress" %}
           </a>
         {% endif %}
-        {% if request.site.preferences.footer__privacy_url and request.site.preferences.footer__impress_url %}
+        {% if request.site.preferences.footer__privacy_url and request.site.preferences.footer__imprint_url %}
           ·
         {% endif %}
         {% if request.site.preferences.footer__privacy_url %}