app/soc/templates/soc/notification/messages/invitation.html
changeset 1891 563d6e544011
parent 917 fb82d4357552
equal deleted inserted replaced
1890:a8a5da24212c 1891:563d6e544011
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    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 {% block content %}
    15 {% block content %}
    16 You have been invited by {{ sender_name }} to become a {{ role_verbose }} for {{ group }}.
    16 You have been invited by {{ sender_name }} to become a {{ role_verbose }} for {{ group }}.<br />
    17 Please click <a href="{{ invitation_url }}">here</a> to fill in the necessary information and accept the invitation.
    17 Please click <a href="{{ invitation_url }}">here</a> to fill in the necessary information and accept the invitation.
    18 {% endblock %}
    18 {% endblock %}