Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Move contribute.json to root of repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Mar 23, 2015
1 parent 0a89127 commit 4eae2ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion fjord/base/views.py
Expand Up @@ -80,7 +80,7 @@ def robots_view(request):

def contribute_view(request):
"""Generate a contribute.json."""
template = render(request, 'contribute.json')
template = render(request, 'contribute.json', dirs=[settings.ROOT])
return HttpResponse(template, content_type='application/json')


Expand Down

0 comments on commit 4eae2ea

Please sign in to comment.