[odrs-web/production] trivial: Add guidelines for moderators



commit 56e2154a5ae498cc4fdb9eb3dbadcaf2e1b25d06
Author: Richard Hughes <richard hughsie com>
Date:   Fri Jul 7 17:32:10 2017 +0100

    trivial: Add guidelines for moderators

 app/templates/show.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/app/templates/show.html b/app/templates/show.html
index 1125082..409102a 100644
--- a/app/templates/show.html
+++ b/app/templates/show.html
@@ -114,13 +114,17 @@
   <tr>
     <th>Summary</th>
     <td>
+      <em>This should start with a capital and not end with a full stop</em>
       <textarea cols="80" rows="1" name="summary">{{ r.summary }}</textarea>
     </td>
   </tr>
   <tr>
     <th>Description</th>
     <td>
-<textarea cols="80" rows="20" name="description">{{ r.description }}</textarea>
+      <em>
+        This should start with a capital and each sentance should end with a full stop.<br/>
+        Please remove any incorrect content, and correct spelling, and grammar where required.</em>
+      <textarea cols="80" rows="20" name="description">{{ r.description }}</textarea>
     </td>
   </tr>
 </table>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]