File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
debug_toolbar_user_switcher/templates/debug_toolbar_user_switcher Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h4>Recent users</h4>
14
14
< ul >
15
15
{% for user in users %}
16
16
< li >
17
- < form method ="POST " action ="{% url " djdt:debug-userpanel-login " user.pk %}">
17
+ < form method ="POST " action ="{% url ' djdt:debug-userpanel-login' user.pk %} ">
18
18
{% csrf_token %}
19
19
{% if next %}
20
20
< input type ="hidden " name ="next " value ="{{ next }} ">
@@ -27,13 +27,13 @@ <h4>Recent users</h4>
27
27
28
28
< h4 > Login as any user</ h4 >
29
29
30
- < form method ="POST " action ="{% url " djdt:debug-userpanel-login-form " %}">
30
+ < form method ="POST " action ="{% url ' djdt:debug-userpanel-login-form' %} ">
31
31
{{ form.as_p }}
32
32
< button type ="submit "> Login</ button >
33
33
</ form >
34
34
35
35
< br >
36
36
37
- < form method ="POST " action ="{% url " djdt:debug-userpanel-logout " %}">
37
+ < form method ="POST " action ="{% url ' djdt:debug-userpanel-logout' %} ">
38
38
< button type ="submit "> Logout</ button >
39
39
</ form >
You can’t perform that action at this time.
0 commit comments