{% extends "common/geni_base.html" %}
{% comment %}
accounts_base.html
Originally by?:
Justin Samuel 2009
Modified:
Gaetano Pressimone 2012
Django template file which provides the base website look.
All pages not requiring a logged in user extend this.
common/geni_base.html
common.css
account.css
jquery.js
page_top_errors:
Error messages to display.
form:
New user registration form. See GeniUserCreationForm in forms.py for more info.
.username:
.password1:
.password2:
.affiliation:
.email:
.pubkey:
.gen_upload_choice:
{% endcomment %}
{% block style %}
{{ block.super }}
{% endblock style %}
{% block script %}
{% endblock script %}
{% block navigation %}
{% block nav_login %}
Login |
{% endblock nav_login %}
{% block nav_register %}
Register |
{% endblock nav_register %}
{% block nav_help %}
Help |
{% endblock nav_help %}
{% endblock navigation %}