jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 137 forks source link

wrong path on installation.rst #185

Closed angryfoxx closed 1 year ago

angryfoxx commented 1 year ago

The 'request' path on installation.rst is wrong. It's must be 'django.template.context_processors.request' installation_rst

aleksihakli commented 1 year ago

Thanks for reporting @angryfoxx! Would you be inclined to open a PR for updating the documentation?

angryfoxx commented 1 year ago

Hi @aleksihakli, fix: installation.rst #192

aleksihakli commented 1 year ago

Fixed by the merged MR, thanks @angryfoxx