Skip to content

Commit

Permalink
make zpt manage pages container-fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
jhinghaus authored and dwt committed Jun 12, 2018
1 parent 02e72d4 commit a12f413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Products/PageTemplates/www/ptAdd.zpt
@@ -1,6 +1,6 @@
<h1 tal:replace="structure here/manage_page_header">Header</h1>

<main>
<main class="container-fluid">

<h2 tal:define="form_title string:Add Page Template"
tal:replace="structure here/manage_form_title">Form Title</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/Products/PageTemplates/www/ptEdit.zpt
Expand Up @@ -2,7 +2,7 @@
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
tal:replace="structure context/manage_tabs">Tabs</h2>

<main>
<main class="container-fluid">

<tal:block define="global body request/other/text | request/form/text
| context/read" />
Expand Down

0 comments on commit a12f413

Please sign in to comment.