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 %}