app/soc/templates/soc/group/messages/accepted.html
changeset 1533 50fb3a9b6615
parent 1138 18ef39338211
child 1891 563d6e544011
equal deleted inserted replaced
1532:ea80be783971 1533:50fb3a9b6615
    12 See the License for the specific language governing permissions and
    12 See the License for the specific language governing permissions and
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15 
    15 
    16 {% block content %}
    16 {% block content %}
    17 Your club application for "{{ group_name }}" has been accepted.
    17 Your {{ application_type }} for "{{ group_name }}" has been accepted.
    18 Please click <a href="{{ url }}">here</a> to fill in the necessary information and create your club.
    18 Please click <a href="{{ url }}">here</a> to fill in the necessary information and create your {{ group_type }}.
    19 {% endblock %}
    19 {% endblock %}