X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5fa547431332f4d6e416ad8904d52c953a1eb309..e50a9a26fd33d555ffc3a8363f8aa936afbbcb2f:/platforma/templates/wiki/document_details.html?ds=sidebyside diff --git a/platforma/templates/wiki/document_details.html b/platforma/templates/wiki/document_details.html index dcd43d14..43e5dfd3 100644 --- a/platforma/templates/wiki/document_details.html +++ b/platforma/templates/wiki/document_details.html @@ -27,7 +27,9 @@ {% endfor %} </div> <div id="header"> - <div id="tools" style="float: right;">Wersja: <span id="document-revision">{{ document.revision }}</span> <button style="margin-left: 6px" id="save-button">Zapisz</button></div> + <div id="tools" style="float: right;"> + {% include "registration/head_login.html" %} + Wersja: <span id="document-revision">{{ document.revision }}</span> <button style="margin-left: 6px" id="save-button">Zapisz</button></div> <h1><a href="{% url wiki.views.document_list %}">Platforma</a></h1> <ol id="tabs"> <li id="simple-view-tab"><span id="document-name">{{ document.name }}</span></li>