Changeset 3c26efb
- Timestamp:
- Apr 1, 2011, 1:58:59 AM (15 years ago)
- Branches:
- fysm-4-1
- Children:
- 643466a
- Parents:
- 4819145
- git-author:
- Alex Dehnert <adehnert@…> (04/01/11 01:58:59)
- git-committer:
- Alex Dehnert <adehnert@…> (04/01/11 01:58:59)
- Location:
- asadb
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
rc71d5c7 r3c26efb 15 15 website = models.URLField() 16 16 join_url = models.URLField(verbose_name="recruiting URL", help_text="""<p>If you have a specific web page for recruiting new members of your group, you can link to it here. It will be used as the destination for most links about your group (join link on the main listing page and when clicking on the slide, but not the "website" link on the slide page). If you do not have such a page, use your main website's URL.</p>""") 17 contact_email = models.EmailField(help_text="Give an address for studentsinterested in joining the group to email (e.g., an officers list)")18 description = models.TextField(help_text="Explain in about three or four sentences what your group does and why incoming freshmenshould get involved. If you go over 400 characters, we may ask you to cut your description, cut it ourselves, and/or display only the beginning on the group listing pages.")17 contact_email = models.EmailField(help_text="Give an address for alumni interested in joining the group to email (e.g., an officers list)") 18 description = models.TextField(help_text="Explain in about three or four sentences what your group does and why alumni should get involved. If you go over 400 characters, we may ask you to cut your description, cut it ourselves, and/or display only the beginning on the group listing pages.") 19 19 logo = models.ImageField(upload_to='fysm/logos', blank=True, ) 20 20 slide = models.ImageField(upload_to='fysm/slides', default="", help_text="Upload a slide to display on the group detail page. This will be scaled to be at most 600x600 pixels. We recommend making it exactly that size.") -
asadb/template/fysm/submit.html
r3356151 r3c26efb 1 1 {% extends "base.html" %} 2 2 3 {% block title %}Fi rstYear Summer Mailing submission{% endblock %}3 {% block title %}Fifth (or Fiftieth) Year Summer Mailing submission{% endblock %} 4 4 {% block content %} 5 5 <div class='fysm-submit'> 6 6 7 <h2>Fi rstYear Summer Mailing submission</h2>7 <h2>Fifth (or Fiftieth) Year Summer Mailing submission</h2> 8 8 9 9 <p>You are submitting a FYSM entry for {{group}}. You can see <a href='{% url fysm %}'>other group's entries</a> for ideas on what your entry should look like.</p> -
asadb/template/fysm/thanks.html
r90afb00 r3c26efb 6 6 <h2>Thanks for your FYSM submission</h2> 7 7 8 <p>Thanks for submitting your Fi rstYear Summer Mailing entry for {{group}} (displayed as {{fysm.display_name}}. You can <a href='{% url fysm fysm.year %}'>view all FYSM entries</a> or <a href='{% url fysm-manage group.pk %}'>update your entry again</a>.</p>8 <p>Thanks for submitting your Fifth (or Fiftieth) Year Summer Mailing entry for {{group}} (displayed as {{fysm.display_name}}. You can <a href='{% url fysm fysm.year %}'>view all FYSM entries</a> or <a href='{% url fysm-manage group.pk %}'>update your entry again</a>.</p> 9 9 10 10 {% endblock %} -
asadb/template/fysm/update_email.txt
rc49fbe2 r3c26efb 1 1 {% autoescape off %} 2 2 Hi officers of {{group.name}}, 3 The user {{submitter.first_name}} {{submitter.last_name}} ({{submitter.username}}) has updated your entry in the ASA's Fi rstYear Summer Mailing.3 The user {{submitter.first_name}} {{submitter.last_name}} ({{submitter.username}}) has updated your entry in the ASA's Fifth (or Fiftieth) Year Summer Mailing. 4 4 5 5 The new information is: -
asadb/template/index.html
r653a0e8 r3c26efb 8 8 <ul> 9 9 <li><a href='{%url group-list%}'>List of groups</a></li> 10 <li>Fi rstYear Summer Mailing<ul>10 <li>Fifth (or Fiftieth) Year Summer Mailing<ul> 11 11 <li><a href='{%url fysm%}'>View the entries</a></li> 12 12 <li><a href='{%url fysm-select%}'>Submit an entry</a></li>
Note: See TracChangeset
for help on using the changeset viewer.