X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6d69e02f9265a0be1c762e0798e22ac764f2dafc..889882b4d84fb826afc834040b203dff2fb4a224:/project/templates/base.html?ds=sidebyside diff --git a/project/templates/base.html b/project/templates/base.html index bf7ed04e..54809993 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -12,7 +12,7 @@ </head> <body id="{% block bodyid %}base{% endblock %}"> <div id="header"> - <span id="breadcrumbs">{% block breadcrumbs %}Platforma Redakcyjna{% endblock breadcrumbs %}</span> + <span id="breadcrumbs">{% block breadcrumbs %}<a href="{% url file_list %}">Platforma Redakcyjna</a>{% endblock breadcrumbs %}</span> <span id="header-right-toolbar"> {% block header-toolbar %}{% endblock %} <span id="login_info">{% include "registration/head_login.html" %}</span> @@ -20,5 +20,7 @@ <div id="message-box">{% block message-box %} {% endblock %}</div> </div> <div id="content">{% block maincontent %} {% endblock %}</div> + + {% block extrabody %} {% endblock %} </body> </html>