From 61020df0f2487cb1fddec27d69a3ee583ee0176d Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 10 Oct 2019 14:30:08 -0400 Subject: [PATCH] video: Fix typos. --- pinaxcon/templates/static_pages/video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinaxcon/templates/static_pages/video.html b/pinaxcon/templates/static_pages/video.html index 24cdfc7..2f3064d 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 %}