diff options
Diffstat (limited to 'templates/reports.html')
-rw-r--r-- | templates/reports.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/reports.html b/templates/reports.html index c7a91d7..e70dd3d 100644 --- a/templates/reports.html +++ b/templates/reports.html @@ -5,6 +5,9 @@ <div id="drafts"> <p id="noreports" class="nodisplay">[% loc("If you start compiling a report, but don't finish and send it, it'll appear in this menu so you can finish it later") %]</p> <div id="report-list" class="nodisplay"> + <p class="notopmargin"> + [% loc("These are your draft, unsent reports. To finish and send them, open a report when online.") %] + </p> <ul data-role="listview" data-split-theme="c" data-inset="true" data-split-icon="delete" class="notopmargin reports"> <% drafts.each(function(draft) { if ( draft ) { |