fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
template
[edumed.git]
/
edumed
/
templates
/
base_forum.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
4
{% block body %}
5
<div class="forum-body">
6
{% block breadcrumb %}{% endblock %}
7
<a href="{% url 'forum_search' %}" style="position: absolute; top: 0; right: 5px;">{% trans 'Forum search' %}</a>
8
{% block content %}{% endblock %}
9
</div>
10
{% endblock %}