Added new_review template.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 16 Mar 2009 18:00:39 +0000
changeset 1892 51cdacd67ef1
parent 1891 563d6e544011
child 1893 bcb73072aa66
Added new_review template. Fixed minor style issue in notifications base template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/templates/soc/notification/messages/base.html
app/soc/templates/soc/notification/messages/new_review.html
--- a/app/soc/templates/soc/notification/messages/base.html	Mon Mar 16 17:58:55 2009 +0000
+++ b/app/soc/templates/soc/notification/messages/base.html	Mon Mar 16 18:00:39 2009 +0000
@@ -20,8 +20,6 @@
   </p>
 </div>
 
-
-
 <div id="content">
   <p>
 	{% block content %}{% endblock %}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/notification/messages/new_review.html	Mon Mar 16 18:00:39 2009 +0000
@@ -0,0 +1,18 @@
+{% 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.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+{% block content %}
+You are receiving this message because you have subscribed to updates on "{{ reviewed_name }}".<br />
+{{ reviewer_name }} has left a new review click <a href={{ redirect_url }}>here</a> to view it.
+{% endblock %}