Skip to content

Commit

Permalink
deactivate html5 editor to avoid conflict with course material files
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosmartin committed Nov 22, 2013
1 parent 4a2781a commit 14de7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timtec/urls.py
Expand Up @@ -45,7 +45,7 @@
url(r'^course/(?P<slug>[-a-zA-Z0-9_]+)$', CourseView.as_view(), name='course_intro'),
url(r'^course/(?P<slug>[-a-zA-Z0-9_]+)/enroll$', EnrollCourseView.as_view(), name='enroll_course'),
url(r'^lesson/(?P<slug>[-a-zA-Z0-9_]+)$', LessonDetailView.as_view(), name='lesson'),
url(r'^html5/', TemplateView.as_view(template_name="html5.html")),
# url(r'^html5/', TemplateView.as_view(template_name="html5.html")),
url(r'^empty/', TemplateView.as_view(template_name="empty.html")),
url(r'^contact/?$', ContactView.as_view(), name="contact"),

Expand Down

0 comments on commit 14de7fd

Please sign in to comment.