Skip to content

Commit

Permalink
Allow HEAD in document requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Apr 18, 2012
1 parent 395efcc commit dfc3188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wiki/views.py
Expand Up @@ -129,7 +129,7 @@ def process(request, document_path=None, *args, **kwargs):


@waffle_flag('kumawiki')
@require_GET
@require_http_methods(['GET', 'HEAD'])
@process_document_path
def document(request, document_slug, document_locale):
"""View a wiki document."""
Expand Down

0 comments on commit dfc3188

Please sign in to comment.