~widelands-dev/widelands-website/cleanup_ip_address_field

« back to all changes in this revision

Viewing changes to templates/notification/messages_received/full.txt

  • Committer: franku
  • Date: 2018-04-26 20:18:55 UTC
  • mfrom: (489.1.28 widelands)
  • Revision ID: somal@arcor.de-20180426201855-uwt3b8gptpav6wrm
updated code base to fit with django 1.11.12; replaced app tracking with a new middleware

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% autoescape off %}
1
2
{% load i18n %}{% blocktrans with message.sender as message_sender and message.body|safe as message_body and message.get_absolute_url as message_url and message.id as message_id %}{{ message_sender }} has sent you a message:
2
3
 
3
4
{{ message }}
6
7
 
7
8
-------------------------
8
9
Link to Message: http://{{ current_site }}{{ message_url }}
9
 
Reply directly: http://{{ current_site }}/messages/reply/{{ message_id }}/{% endblocktrans %}
 
10
Reply directly: http://{{ current_site }}/messages/reply/{{ message_id }}/{% endblocktrans %}{% endautoescape %}
 
 
b'\\ No newline at end of file'