app/soc/templates/soc/group/messages/accepted.html
changeset 1891 563d6e544011
parent 1533 50fb3a9b6615
equal deleted inserted replaced
1890:a8a5da24212c 1891:563d6e544011
    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 {{ application_type }} for "{{ group_name }}" has been accepted.
    17 Your {{ application_type }} for "{{ group_name }}" has been accepted.<br />
    18 Please click <a href="{{ url }}">here</a> to fill in the necessary information and create your {{ group_type }}.
    18 Please click <a href="{{ url }}">here</a> to fill in the necessary information and create your {{ group_type }}.
    19 {% endblock %}
    19 {% endblock %}