source: asadb/template/fysm/lint_email.txt @ bd2bc21

fysm-4-1space-accessstablestagetest-hooks
Last change on this file since bd2bc21 was b4e8cef, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Fix the fysm/lint_email.txt

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{% autoescape off %}
2Hi officers of {{obj.display_name}},
3   Somebody recently submitted a FYSM entry on behalf of your group. We'd like to encourage you to review your entry as it appears on the FYSM website main page (http://asa.scripts.mit.edu/forms/fysm/, any relevant category pages, and in the slide view (http://asa.scripts.mit.edu/forms/{% url fysm-view obj.year obj.pk %}). You can return to http://asa.scripts.mit.edu/forms{% url fysm-manage obj.pk %} to make any changes you wish to make; please do so by the end of Thursday.
4{% if results %}
5We performed an automated scan of your entry to try to detect common problems.
6
7We've attempted to mark the priority of the issues; high indicates that we're fairly confident that you have an issue, and if you don't fix it we may do so ourselves, or punt you from the FYSM; medium indicates that we're either fairly confident that you'll want to make a change because it'll look better, or suspect that you have an issue that might cause us to punt you from the FYSM if unchanged; and low means that we think you might have something to change to make you look better.
8
9The results are:
10{% for result in results %}* {{result.heading}} [{{result.level}}]
11{% endfor %}
12{% for result in results %}
13== {{result.heading}} [{{result.level}}] ==
14{{result.body}}
15{% endfor %}
16{% endif %}
17Thanks,
18ASA FYSM team
19{% endautoescape %}
Note: See TracBrowser for help on using the repository browser.