Bare login page

This commit is contained in:
Eryn Wells 2012-08-17 18:28:05 -07:00
parent cdce435ee2
commit baebb2de51

10
templates/login.html Normal file
View 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 %}