Mercurial > public > sg101
changeset 636:4a68d3f9c158
For issue 29, add some guidelines for submitting news to the submit news
template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 Jan 2013 13:29:51 -0600 |
parents | b2a8559f29c4 |
children | 8cce523096c8 |
files | sg101/templates/news/submit_news.html |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/templates/news/submit_news.html Mon Dec 24 12:02:10 2012 -0600 +++ b/sg101/templates/news/submit_news.html Wed Jan 02 13:29:51 2013 -0600 @@ -10,6 +10,20 @@ {% block news_content %} <h3>Submit News</h3> {% if add_form %} + <p>Here are some guidelines for submitting news items to SG101:</p> + <ul> + <li>News items should be significant. Release or show announcements, show + reports, and music reviews are good examples. Bad examples are wishing + someone a happy birthday or submitting comments on something you saw on + TV.</li> + <li>If you wish to start a discussion, please use the forums, you'll get + a much better response there.</li> + <li>For-sale or wanted-to-buy ads should go in the forums.</li> + <li>Please spend some time on your grammar and spelling. Minor issues + will be corrected by the staff, but major problems may cause a delay in + publishing or even cause your item to be rejected.</li> + </ul> + <p>Thank you for contributing content to SG101!</p> <form action="." method="post">{% csrf_token %} <table> {{ add_form.as_table }}