{% extends "accounts/accounts_base.html" %}
{% comment %}
login.html
Originally by?:
Justin Samuel 2009
Modified:
Gaetano Pressimone 2012
Django template file for Seattle Clearinghouse's 'login' page. The page
allows a visitor to login using OpenID/OAuth or with a Seattle Clearinghouse
account.
accounts/accounts_base.html
common.css
account.css
login.js
jquery.js
messages:
Meaningful OpenID/OAuth error messages.
err:
Error message to display to the user.
msg:
Generated message to display to the user.
form:
User login form. See AuthenticationForm in forms.py for more info.
.username:
.password:
{% endcomment %}
{% block title %}
Login - Clearinghouse
{% endblock title %}
{% block script %}
{{ block.super }}
{% endblock script %}
{% block nav_login %}
Login
{% endblock nav_login %}
{% block content %}
New to Seattle? We suggest you first
learn about Seattle
before using the Clearinghouse, a resource sharing website.