master
Nick Sergeant 2012-04-08 21:55:17 -04:00
parent 6071307c6a
commit cae30cb3dc
2 changed files with 0 additions and 10 deletions

View File

@ -7,10 +7,7 @@
{% block content %}
<form class="form-horizontal static-box" method="post" action="{% url django.contrib.auth.views.login %}">
<div class="alert alert-info">
{% comment %}
<strong>Notice:</strong> OpenID is no longer supported. You can <a href="{% url auth_password_reset %}">reset your password here</a>.
{% endcomment %}
<strong>Notice:</strong> OpenID is no longer supported. You can <a href="#">reset your password here (disabled for beta site)</a>.
</div>
{% if request.GET.activationcomplete %}
<div class="alert alert-success">

View File

@ -5,7 +5,6 @@
{% block body-class %}{{ block.super }} static{% endblock %}
{% block content %}
{% comment %}
<form class="form-horizontal static-box" method="post" action="">
{% if form.errors %}
{% if form.non_field_errors %}
@ -79,10 +78,4 @@
</fieldset>
{% csrf_token %}
</form>
{% endcomment %}
<div class="static-box">
<div class="alert alert-info alert-alone">
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: <a href="http://snipt.net/signup/">http://snipt.net/signup/</a>.
</div>
</div>
{% endblock %}