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
moved media to media folder in app
[~kgodey/maayanwich.git]
/
templates
/
newuser.html
diff --git
a/templates/newuser.html
b/templates/newuser.html
index
e5b6bb3
..
20d837d
100644
(file)
--- a/
templates/newuser.html
+++ b/
templates/newuser.html
@@
-1,5
+1,7
@@
{% extends "base.html" %}
+{% block title %}Create account{% endblock %}
+
{% block content %}
<h1 class="pagetitle">Create account</h1>
<form enctype="multipart/form-data" action="{% url signup %}" method="post" class="cssform">