Disable non-functional methods

This commit is contained in:
Alec Perkins 2012-09-08 11:40:02 -04:00
parent 422ee696ab
commit 6ff8967e19

View File

@ -111,6 +111,9 @@
</form>
{% endif %}
{% comment %}
{# These are disabled since the forms don't work with 2.0.0 yet #}
{% if response.status_code != 403 %}
{% if 'POST' in allowed_methods %}
@ -168,6 +171,8 @@
{% endif %}
{% endcomment %}
</div>
<!-- END content-main -->