# HG changeset patch # User Lennard de Rijk # Date 1237226439 0 # Node ID 51cdacd67ef13d874ce6a7c732fcdfe5187d8582 # Parent 563d6e5440112e7696274c296a675fe7f710e010 Added new_review template. Fixed minor style issue in notifications base template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 563d6e544011 -r 51cdacd67ef1 app/soc/templates/soc/notification/messages/base.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 @@

- -

{% block content %}{% endblock %} diff -r 563d6e544011 -r 51cdacd67ef1 app/soc/templates/soc/notification/messages/new_review.html --- /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 }}".
+{{ reviewer_name }} has left a new review click here to view it. +{% endblock %}