app/soc/templates/soc/request/process_request.html
changeset 3062 4b5a7e5746a0
parent 3048 b89af35c74d3
--- a/app/soc/templates/soc/request/process_request.html	Mon Oct 26 10:15:28 2009 -0700
+++ b/app/soc/templates/soc/request/process_request.html	Mon Oct 26 10:25:01 2009 -0700
@@ -20,6 +20,14 @@
 {% ifnotequal request_status "group_accepted" %}
   This is the request from <b>{{ entity.user.name }}({{ entity.user.link_id }})</b> 
   to become a <b>{{ role_verbose }}</b> for <b>{{entity.group.name }}</b>.</br>
+
+  {% if entity.message %}
+    <p>
+      <i>Request Message:</i>
+      {{ entity.message|linebreaks }}
+    </p>
+  {% endif %}
+
   Please select your response by using the buttons below.
 </div>
 </p>