diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-24 12:40:49 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-24 12:40:49 +0000 |
commit | d839ff45d1bbbb65d2e1faac1a6a62a955aabb54 (patch) | |
tree | 0b2696892f95ec9da74a689a1b306636bbee8a96 /templates | |
parent | 237fff72cf2b574ae8d19e9e2596ea93e08fcfc6 (diff) |
auth related fixes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/auth/general.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html index 44f203193..e0d516cbd 100644 --- a/templates/web/default/auth/general.html +++ b/templates/web/default/auth/general.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title => loc('About Us') %] +[% INCLUDE 'header.html', title => loc('Login or create an account') %] <h1>[% loc('Login or create an account') %]</h1> |