diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-24 13:00:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-24 13:00:53 +0100 |
commit | 5ed4da5763c59f8e337c50412d266ab15a734df1 (patch) | |
tree | eccb5fb2a1fc13610ab10abc62c1302cff27108b | |
parent | 17c3fc239c408d5999425ac2566861819f58760a (diff) |
smaller header for existing report page
-rw-r--r-- | www/templates/en/existing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/existing.html b/www/templates/en/existing.html index 9ad7446..8d266c6 100644 --- a/www/templates/en/existing.html +++ b/www/templates/en/existing.html @@ -2,7 +2,7 @@ <h1>Draft Report</h1> </div> <div data-role="content" role="main"> - <h1>You have an unsubmitted report</h1> + <h2>You have an unsubmitted report</h2> <ul id="existing"> <% if (lat) { %> |