app/soc/templates/soc/notification/messages/invitation.html
changeset 758 59307ec93f1d
parent 756 a0c0b48563cb
child 917 fb82d4357552
--- a/app/soc/templates/soc/notification/messages/invitation.html	Wed Dec 17 22:15:21 2008 +0000
+++ b/app/soc/templates/soc/notification/messages/invitation.html	Wed Dec 17 22:25:16 2008 +0000
@@ -1,3 +1,4 @@
+{% extends "soc/notification/messages/base.html" %}
 {% comment %}
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -11,7 +12,6 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 {% endcomment %}
-
 {% block content %}
 You have been invited by {{ sender_name }} to become a {{ role }} for {{ group }}.
 Please click <a href="{{ invitation_url }}">here</a> to fill in the necessary information and accept the invitation.