app/soc/templates/soc/notification/public.html
changeset 2748 7fbc98f3adde
parent 1891 563d6e544011
equal deleted inserted replaced
2747:915fe7338a72 2748:7fbc98f3adde
    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 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 
       
    17 {% block page_title %}
       
    18 Notification
       
    19 {% endblock %}
       
    20 
    16 
    21 {% block header_title %}
    17 {% block header_title %}
    22 Notification about: {{ entity.subject }}
    18 Notification about: {{ entity.subject }}
    23 {% endblock %}
    19 {% endblock %}
    24 
    20