~ubuntu-branches/ubuntu/jaunty/python-django/jaunty

« back to all changes in this revision

Viewing changes to tests/templates/login.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Eddy Mulyono
  • Date: 2008-09-16 12:18:47 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080916121847-mg225rg5mnsdqzr0
Tags: 1.0-1ubuntu1
* Merge from Debian (LP: #264191), remaining changes:
  - Run test suite on build.

[Eddy Mulyono]
* Update patch to workaround network test case failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head></head>
3
 
<body>
4
 
<h1>Django Internal Tests: Login</h1>
 
1
{% extends "base.html" %}
 
2
{% block title %}Login{% endblock %}
 
3
{% block content %}
5
4
{% if form.has_errors %}
6
5
<p>Your username and password didn't match. Please try again.</p>
7
6
{% endif %}
15
14
<input type="submit" value="login" />
16
15
<input type="hidden" name="next" value="{{ next }}" />
17
16
</form>
18
 
</body>
19
 
</html>
 
 
b'\\ No newline at end of file'
 
17
{% endblock %}
 
 
b'\\ No newline at end of file'