diff --git a/src/root/build.tt b/src/root/build.tt index fbfcb913..0deb6e53 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -63,10 +63,6 @@ [% END %] -[% IF flashMsg %] -
[% flashMsg %]
-[% END %] -[% flashMsg %]
+ [% END %] + + [% IF errorMsg %] +Error: [% errorMsg %]
+ [% END %] + [% IF !hideHeader %]Error: [% errorMsg %]
-[% END %] - [% IF c.user_exists %]You are already logged in as [% c.user.username %]. diff --git a/src/root/queue.tt b/src/root/queue.tt index b9847d5a..e4795a70 100644 --- a/src/root/queue.tt +++ b/src/root/queue.tt @@ -3,10 +3,6 @@
-[% IF flashMsg %] -[% flashMsg %]
-[% END %] - [% IF queue.size == 0 %]The queue is empty.
diff --git a/src/root/topbar.tt b/src/root/topbar.tt index 69cd24cc..2d9f531f 100644 --- a/src/root/topbar.tt +++ b/src/root/topbar.tt @@ -4,10 +4,6 @@ [% END %] -[% BLOCK makeLink %] -[% INCLUDE makeLinkWrapped content="" %] -[% END %] - [% BLOCK makeSubMenu %]