Sep words

master
Nick Sergeant 2012-02-13 10:15:08 -05:00
parent c4c493c90e
commit 63b38fe7ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% extends "registration/registration_base.html" %}
{% block page-title %}Login - {{ block.super }}{% endblock %}
{% block page-title %}Log in - {{ block.super }}{% endblock %}
{% block body-class %}{{ block.super }} static{% endblock %}

View File

@ -1,6 +1,6 @@
{% extends "registration/registration_base.html" %}
{% block page-title %}Signup - {{ block.super }}{% endblock %}
{% block page-title %}Sign up - {{ block.super }}{% endblock %}
{% block body-class %}{{ block.super }} static{% endblock %}