From cae30cb3dc970556c3179b852255638f9028aa1d Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 8 Apr 2012 21:55:17 -0400 Subject: [PATCH] Up --- templates/registration/login.html | 3 --- templates/registration/registration_form.html | 7 ------- 2 files changed, 10 deletions(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index a68b952..2bb2cc1 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -7,10 +7,7 @@ {% block content %}
- {% comment %} Notice: OpenID is no longer supported. You can reset your password here. - {% endcomment %} - Notice: OpenID is no longer supported. You can reset your password here (disabled for beta site).
{% if request.GET.activationcomplete %}
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 8307137..94e5ff6 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -5,7 +5,6 @@ {% block body-class %}{{ block.super }} static{% endblock %} {% block content %} - {% comment %} {% if form.errors %} {% if form.non_field_errors %} @@ -79,10 +78,4 @@ {% csrf_token %} - {% endcomment %} -
-
- Registration is disabled for the beta site. Sign up on the regular site, and you'll have an account on the new site once we go live: http://snipt.net/signup/. -
-
{% endblock %}