diff --git a/styleguide_example/templates/admin/base_site.html b/styleguide_example/templates/admin/base_site.html
index f0be409a..2ad57b7c 100644
--- a/styleguide_example/templates/admin/base_site.html
+++ b/styleguide_example/templates/admin/base_site.html
@@ -2,7 +2,10 @@
{% block userlinks %}
{% if user.is_active and user.is_staff %}
- Setup 2FA /
+ {% comment %}
+ You'll need the custom admin app loaded, otherwise you'll get an error.
+ Setup 2FA /
+ {% endcomment %}
{% endif %}
{{ block.super }}