Commit 6ff8967e by Alec Perkins

Disable non-functional methods

parent 422ee696
...@@ -111,6 +111,9 @@ ...@@ -111,6 +111,9 @@
</form> </form>
{% endif %} {% endif %}
{% comment %}
{# These are disabled since the forms don't work with 2.0.0 yet #}
{% if response.status_code != 403 %} {% if response.status_code != 403 %}
{% if 'POST' in allowed_methods %} {% if 'POST' in allowed_methods %}
...@@ -168,6 +171,8 @@ ...@@ -168,6 +171,8 @@
{% endif %} {% endif %}
{% endcomment %}
</div> </div>
<!-- END content-main --> <!-- END content-main -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment