X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/18691ef568f3b013ed5d71fa0d998cfc6842071f..25880e3bcf289743113655c7ec2fff4fd1587c2f:/project/templates/explorer/file_xml.html?ds=inline

diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html
index 7f910223..484f54d9 100644
--- a/project/templates/explorer/file_xml.html
+++ b/project/templates/explorer/file_xml.html
@@ -19,7 +19,8 @@
                     <select name="select-left-panel" id="select-left-panel">
                         <option value="{% url xmleditor_panel hash %}">Edytor XML</option>
                         <option value="{% url htmleditor_panel hash %}">Edytor HTML</option>
-                        <option value="{% url gallery_panel hash %}">Galeria skanów</option>    
+                        <option value="{% url gallery_panel hash %}">Galeria skanów</option>
+                        <option value="{% url dceditor_panel hash %}">Edytor DublinCore</option>
                     </select>
                     <strong class="change-notification" style="display: none">Zmieniono!</strong>
                </div>
@@ -33,6 +34,7 @@
                         <option value="{% url xmleditor_panel hash %}">Edytor XML</option>
                         <option value="{% url htmleditor_panel hash %}">Edytor HTML</option>
                         <option value="{% url gallery_panel hash %}">Galeria skanów</option>
+                        <option value="{% url dceditor_panel hash %}">Edytor DublinCore</option>
                     </select>
                     <strong class="change-notification" style="display: none">Zmieniono!</strong>
                  </div>