From b4c18d1c3b51f6f4f91a0f38e45538c4caf5fad3 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 31 Aug 2021 18:09:54 +0100 Subject: [PATCH] . --- sbas/templates/sbas/question_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbas/templates/sbas/question_view.html b/sbas/templates/sbas/question_view.html index 3e4b9242..fbd72a25 100644 --- a/sbas/templates/sbas/question_view.html +++ b/sbas/templates/sbas/question_view.html @@ -1,6 +1,5 @@ {% extends 'sbas/base.html' %} -{% load render_table from django_tables2 %} {% block css %} {% endblock %} @@ -16,6 +15,7 @@ {% autoescape off %} +{% load render_table from django_tables2 %} {% render_table table %} {% endautoescape %}