Update to verbiage for generic moderation view page
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 3 Jan 2021 14:56:44 +0000 (09:56 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 3 Jan 2021 14:56:44 +0000 (09:56 -0500)
This more clearly specifies the actions a user must take while
working with the moderation system, and fixes up some syntax.

Co-authored-by: Andreas 'ads' Scherbaum <ads@pgug.de>
templates/account/objectlist.html

index fcd9e9ac2b6433db9961eeefbbaefd0d4a996966..fefc13ecd0d51054fdf6310fb8f182929dcf94e0 100644 (file)
 <h3>Not submitted</h3>
 <p>
   You can edit these {{title}}s an unlimited number of times, but they will not
-  be visible to anybody.
+  be published until they are submitted for moderation and approved.
+</p>
 <ul>
   {%for o in objects.inprogress %}
-    <li><a href="/account/{{suburl}}/{{o.id}}/">{{o}}</a> (<a href="/account/{{suburl}}/{{o.id}}/submit/">Submit for moderation</a>)</li>
+    <li><a href="/account/{{suburl}}/{{o.id}}/">{{o}}</a> &mdash; (<a href="/account/{{suburl}}/{{o.id}}/submit/">Submit for moderation</a>)</li>
   {%endfor%}
 </ul>
+<p>
+  <strong>Note</strong>: Each individual {{title}} needs to be submitted for moderation.
+</p>
 {%endif%}
 
 {% if objects.unapproved %}