feat(api): add API login template to use current login form
ref: #345 #346
This commit is contained in:
9
app/templates/rest_framework/login.html
Normal file
9
app/templates/rest_framework/login.html
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
{% extends 'registration/login.html' %}
|
||||
|
||||
|
||||
{% block branding %}
|
||||
<h3 style="margin: 0 0 20px;">Centurion ERP</h3>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user