diff --git a/pinaxcon/templates/static_pages/video.html b/pinaxcon/templates/static_pages/video.html index 24cdfc730d0aa8b08b72dd5135e9289f5384c5f3..2f3064da12e1fd52c08104f97a1bbf38d669165d 100644 --- a/pinaxcon/templates/static_pages/video.html +++ b/pinaxcon/templates/static_pages/video.html @@ -7,12 +7,12 @@ {% block heading %}Videos{% endblock %} -{% block body_class %}videos{% endblock %} +{% block body_class %}video{% endblock %} {% block content %} {% markdown %} -{% include "static_pages/videos.md" %} +{% include "static_pages/video.md" %} {% endmarkdown %} {% endblock %}