~registry/spenglr-core/template-trunk

« back to all changes in this revision

Viewing changes to registration/login.html

  • Committer: Martin Fitzpatrick
  • Date: 2009-09-15 23:25:16 UTC
  • Revision ID: martin.fitzpatrick@spenglr.org-20090915232516-yztu4io3rm4v3xpx
Adding registration and forum templates for the site.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "base.html" %}
 
2
 
 
3
{% block content_title %}<h1>Login</h1>{% endblock %}
 
4
 
 
5
{% block content %}
 
6
 
 
7
<p>
 
8
<form action="/accounts/login/" method="post">
 
9
{{ form.as_p }}
 
10
<input type="submit" value="Submit" />
 
11
</form>
 
12
</p>
 
13
 
 
14
{% endblock %}
 
 
b'\\ No newline at end of file'