Fix template error

This commit is contained in:
vas3k
2020-01-19 20:41:55 +01:00
parent 1f9263f2e2
commit de49ff6a49

View File

@@ -1,5 +1,6 @@
{% extends "layout.html" %}
{% load text_filters %}
{% load static %}
{% block title %}{{ board.curator_name }} | {{ board.curator_title }} | {{ block.super }}{% endblock %}