X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/311b474e0ac168a93fed2dec0c784d28d7660c6b..9e258f6b33fac6ab2068f1769d39e99a14ceb42a:/edumed/templates/base_forum.html diff --git a/edumed/templates/base_forum.html b/edumed/templates/base_forum.html index 5948131..587a1e8 100755 --- a/edumed/templates/base_forum.html +++ b/edumed/templates/base_forum.html @@ -1,8 +1,10 @@ {% extends "base.html" %} +{% load i18n %} {% block body %}
{% block breadcrumb %}{% endblock %} + {% trans 'Forum search' %} {% block content %}{% endblock %}
{% endblock %}