From: Radek Czajka Date: Wed, 11 Aug 2010 08:03:10 +0000 (+0200) Subject: Fixes #648: Tab ordering X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/665b3c9488bfc999e1c9ce62afe893d3c48ac6ed Fixes #648: Tab ordering --- diff --git a/apps/wiki/templates/wiki/document_details.html b/apps/wiki/templates/wiki/document_details.html index 9657e0f6..78612dd2 100644 --- a/apps/wiki/templates/wiki/document_details.html +++ b/apps/wiki/templates/wiki/document_details.html @@ -11,15 +11,15 @@ {% block tabs-menu %} {% include "wiki/tabs/summary_view_item.html" %} {% include "wiki/tabs/wysiwyg_editor_item.html" %} - {% include "wiki/tabs/history_view_item.html" %} {% include "wiki/tabs/source_editor_item.html" %} + {% include "wiki/tabs/history_view_item.html" %} {% endblock %} {% block tabs-content %} {% include "wiki/tabs/summary_view.html" %} {% include "wiki/tabs/wysiwyg_editor.html" %} - {% include "wiki/tabs/history_view.html" %} {% include "wiki/tabs/source_editor.html" %} + {% include "wiki/tabs/history_view.html" %} {% endblock %} {% block tabs-right %}