X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/16358b72e70a109652609551c0ad89aec28fc58b..9574b970bdd6e28fc6178b736e8e17dfca15fd4e:/src/wolnelektury/templates/board_base.html diff --git a/src/wolnelektury/templates/board_base.html b/src/wolnelektury/templates/board_base.html index cadb6bbe8..29dff3c56 100644 --- a/src/wolnelektury/templates/board_base.html +++ b/src/wolnelektury/templates/board_base.html @@ -1,48 +1,55 @@ -{% extends "board_base.html" %} +{% extends 'board_base.html' %} {% load i18n %} +{% load static %} +{% load stylesheet from pipeline %} + +{% block css %} + {{ block.super }} + {% stylesheet 'forum' %} +{% endblock css %} + + {% block header %} + {% endblock header %}