2 {% load pipeline i18n %}
7 <head lang="{{ LANGUAGE_CODE }}">
8 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
9 <link rel="icon" href="{{ STATIC_URL }}img/pr-icon.png" type="image/png" />
10 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
11 {% stylesheet 'documents' %}
12 <title>{% block title %}{% block titleextra %}{% endblock %} ::
13 {% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
14 {% block add_css %}{% endblock %}
17 <!--#include file='/pozor.html'-->
20 <nav class="navbar navbar-expand-md navbar-dark bg-dark">
21 <a class="navbar-brand" href="{% url 'documents_document_list' %}">
22 <img src="{% static "img/wl-orange.png" %}" alt="Platforma">
24 <ul class="navbar-nav mr-auto">
28 <ul class="navbar-nav">
29 {% include "registration/head_login.html" %}
33 <div class="container mt-4 mb-4">
36 <div class="col-lg-8">
37 {% block leftcolumn %}
38 {% endblock leftcolumn %}
40 <div class="col-lg-4">
41 {% block rightcolumn %}
42 {% endblock rightcolumn %}
45 {% endblock content %}
50 src="https://code.jquery.com/jquery-1.9.1.min.js"
51 integrity="sha256-wS9gmOZBqsqWxgIVgA8Y9WcQOa7PgSIX+rPA0VL2rbQ="
52 crossorigin="anonymous"></script>
53 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
55 {% javascript 'documents' %}
56 {% block add_js %}{% endblock %}