source: asadb/template/fysm/thanks.html @ 1a377f0

fysm-4-1iframespace-accessstablestagetest-hooks
Last change on this file since 1a377f0 was 90afb00, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Add support for submitting FYSM entries

  • Property mode set to 100644
File size: 428 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Thanks for your FYSM submission{% endblock %}
4{% block content %}
5
6<h2>Thanks for your FYSM submission</h2>
7
8<p>Thanks for submitting your First 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
10{% endblock %}
Note: See TracBrowser for help on using the repository browser.