summaryrefslogtreecommitdiffstats
path: root/users/views/settings_identity.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/views/settings_identity.py')
-rw-r--r--users/views/settings_identity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/views/settings_identity.py b/users/views/settings_identity.py
index 8c52f9e..f35928a 100644
--- a/users/views/settings_identity.py
+++ b/users/views/settings_identity.py
@@ -17,6 +17,8 @@ class IdentitySettingsPage(SystemSettingsPage):
at the bottom of the page. Don't add this to a URL directly - subclass!
"""
+ extra_context = {"top_section": "settings"}
+
options_class = Config.IdentityOptions
template_name = "settings/settings_identity.html"