diff options
-rw-r--r-- | templates/web/base/email_sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/email_sent.html b/templates/web/base/email_sent.html index 9afddf2bd..8d7b35a58 100644 --- a/templates/web/base/email_sent.html +++ b/templates/web/base/email_sent.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title = loc('Create a report') %] +[% INCLUDE 'header.html', bodyclass = 'twothirdswidthpage', title = loc('Create a report') %] <h1>[% loc("Nearly Done! Now check your email...") %]</h1> |