From 30da1e6061da936da4c9842838382727351c13fc Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sat, 18 Feb 2012 14:54:46 -0500 Subject: [PATCH] Disable signup --- snipt/templates/registration/registration_form.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snipt/templates/registration/registration_form.html b/snipt/templates/registration/registration_form.html index 94e5ff6..8307137 100644 --- a/snipt/templates/registration/registration_form.html +++ b/snipt/templates/registration/registration_form.html @@ -5,6 +5,7 @@ {% block body-class %}{{ block.super }} static{% endblock %} {% block content %} + {% comment %}
{% if form.errors %} {% if form.non_field_errors %} @@ -78,4 +79,10 @@ {% 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 %}