git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added an index instead of "all sandwiches", made custom titles for every page.
[~kgodey/maayanwich.git]
/
templates
/
login.html
diff --git
a/templates/login.html
b/templates/login.html
index
73ff730
..
6e8371d
100644
(file)
--- a/
templates/login.html
+++ b/
templates/login.html
@@
-1,5
+1,7
@@
{% extends "base.html" %}
+{% block title %}Login{% endblock %}
+
{% block content %}
<h1 class="pagetitle">Login</h1>
<form enctype="multipart/form-data" action="{% url login %}?{{ request.META.QUERY_STRING }}" method="post" class="cssform">