Fix indentation

Also move flashing into layout.tt.
This commit is contained in:
Eelco Dolstra
2013-02-20 16:14:30 +01:00
parent ea9862fdc1
commit c63812afa5
5 changed files with 62 additions and 87 deletions

View File

@ -104,6 +104,16 @@
<div class="container">
[% IF flashMsg %]
<br />
<p class="btn-info btn-large">[% flashMsg %]</p>
[% END %]
[% IF errorMsg %]
<br />
<p class="btn-warning btn-large">Error: [% errorMsg %]</p>
[% END %]
[% IF !hideHeader %]
<div class="page-header">
<h1><small>[% HTML.escape(title) %]</small></h1>