Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
fix url for interactive_video
Browse files Browse the repository at this point in the history
  • Loading branch information
DrClockwork authored May 10, 2017
1 parent 631f0e5 commit 3859e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod_project/pod_project/urls-sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

if settings.H5P_ENABLED:
urlpatterns += [
url(r'^video_interactive/(?P<interactive>[\-\d\w]+)/$',
url(r'^video_interactive/(?P<slug>[\-\d\w]+)/$',
'pods.views.video_interactive', name='video_interactive'),
url(r'^h5p/', include('h5pp.urls')),
]
Expand Down

0 comments on commit 3859e08

Please sign in to comment.