From 665b3c9488bfc999e1c9ce62afe893d3c48ac6ed Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 11 Aug 2010 10:03:10 +0200 Subject: [PATCH] Fixes #648: Tab ordering --- apps/wiki/templates/wiki/document_details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.20.1