git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Started working on the skeleton of an actual website. Created barebones templates...
[~kgodey/maayanwich.git]
/
templates
/
login.html
1
{% extends "base.html" %}
2
3
{% block content %}
4
<h1 class="pagetitle">Login</h1>
5
<form enctype="multipart/form-data" action="/login/" method="post">
6
{{ aform.as_p }}
7
<input type="submit" value="Submit" />
8
</form>
9
{% endblock %}