diff options
Diffstat (limited to 'app/templates/admin/switch_user_page.html')
| -rw-r--r-- | app/templates/admin/switch_user_page.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/admin/switch_user_page.html b/app/templates/admin/switch_user_page.html index 0149786..7d4a4a2 100644 --- a/app/templates/admin/switch_user_page.html +++ b/app/templates/admin/switch_user_page.html @@ -5,6 +5,8 @@ {% endblock %} {% block content %} + <h2>Log in as another user</h2> + {% from "macros/forms.html" import render_field, render_submit_field %} <form method="POST" action=""> {{ form.hidden_tag() }} |
