X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/32ac950fc8d6ba7ef7ec4bf1c4b05f2ed25b02fd..adee5f3fa0d69d1b5face1f8f32a6080f11ece41:/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 %}
 <div class="forum-body">
     {% block breadcrumb %}{% endblock %}
+    <a href="{% url 'forum_search' %}" style="position: absolute; top: 0; right: 5px;">{% trans 'Forum search' %}</a>
     {% block content %}{% endblock %}
 </div>
 {% endblock %}