Fix /zephyr page not being converted properly.

(imported from commit cf1e57b04a1dad4b33ace7705ed31075c48f2103)
This commit is contained in:
Tim Abbott 2013-08-08 11:45:17 -04:00
parent 7517cd8ad8
commit 492a117292
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ urlpatterns = patterns('',
url(r'^api/$', TemplateView.as_view(template_name='zerver/api.html')),
url(r'^api/endpoints/$', 'zerver.views.api_endpoint_docs'),
url(r'^integrations/$', TemplateView.as_view(template_name='zerver/integrations.html')),
url(r'^zerver/$', TemplateView.as_view(template_name='zerver/zerver.html')),
url(r'^zephyr/$', TemplateView.as_view(template_name='zerver/zephyr.html')),
url(r'^apps$', TemplateView.as_view(template_name='zerver/apps.html')),
# Job postings