Skip to content

Commit 5434688

Browse files
committed
Fixing route for external login
1 parent f80d0c6 commit 5434688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/registration/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'base.html' %}
22
{% block content %}
33
<h2>External Login</h2>
4-
<form action="/accounts/admin/" method="POST">
4+
<form action="/accounts/external/" method="POST">
55
{% csrf_token %}
66
{{form.as_p}}
77
<input type="submit" class="btn btn-primary btn-sm" value="Sign In">

0 commit comments

Comments
 (0)