add packaging config for ui
This commit is contained in:
parent
6ebf7c56a7
commit
3b77c17496
5 changed files with 5 additions and 5 deletions
11
ui/main/templates/registration/login.html
Normal file
11
ui/main/templates/registration/login.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %} Home Manager {% endblock title%}
|
||||
{% block content %}
|
||||
<div class="jumbotron">
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit">Log In</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue