From: Christopher Allan Webber Date: Sun, 5 Jun 2011 14:14:38 +0000 (-0500) Subject: Firefox 3.X shows hidden fields for some reason, adding display: none; X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=99619a625b20d4c5825eeb52753657b088db5381;p=mediagoblin.git Firefox 3.X shows hidden fields for some reason, adding display: none; to be rid of them for sure --- diff --git a/mediagoblin/templates/mediagoblin/auth/login.html b/mediagoblin/templates/mediagoblin/auth/login.html index 22a57b70..c2e27c15 100644 --- a/mediagoblin/templates/mediagoblin/auth/login.html +++ b/mediagoblin/templates/mediagoblin/auth/login.html @@ -33,7 +33,8 @@ {% if next %} - + {% endif %}

Don't have an account yet? Create one here!