Bare login page
This commit is contained in:
parent
cdce435ee2
commit
baebb2de51
1 changed files with 10 additions and 0 deletions
10
templates/login.html
Normal file
10
templates/login.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{# vim: set ft=djangohtml #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<div id='login-box'>
|
||||
<form method='post' action=''>
|
||||
<input type='text' name='user' />
|
||||
</form>
|
||||
</div>
|
||||
{% endblock body %}
|
Loading…
Add table
Add a link
Reference in a new issue