app/soc/templates/soc/org_app/mail/rejected.html
changeset 1552 765e31c1669c
child 1912 0d37e9797a90
equal deleted inserted replaced
1551:78c6c14c6b63 1552:765e31c1669c
       
     1 {% extends "soc/mail/base.html" %}
       
     2 {% comment %}
       
     3 Licensed under the Apache License, Version 2.0 (the "License");
       
     4 you may not use this file except in compliance with the License.
       
     5 You may obtain a copy of the License at
       
     6 
       
     7   http://www.apache.org/licenses/LICENSE-2.0
       
     8 
       
     9 Unless required by applicable law or agreed to in writing, software
       
    10 distributed under the License is distributed on an "AS IS" BASIS,
       
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
    12 See the License for the specific language governing permissions and
       
    13 limitations under the License.
       
    14 {% endcomment %}
       
    15 
       
    16 {% block content %}
       
    17 Thank you for submitting an application as a mentoring organization for {{ program_name }}.
       
    18 Unfortunately, we were not able to accept your organization's application at this time.
       
    19 We received many more applications for the program than we are able to accommodate,
       
    20 and we would encourage you to reapply for future instances of the program.
       
    21 {% endblock %}
       
    22 
       
    23 {% block signature %}
       
    24   Best regards, <br />{{ sender_name }}
       
    25 {% endblock %}