~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/notification/forum_new_topic/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 topic.get_absolute_url as topic_url and post.body as txt %}The Forum topic "{{ topic }}" has been created by {{ user }}.
2
 
 
3
3
{{ user }} wrote:
4
4
 
5
5
{{ txt }}
6
6
 
7
7
-------------------------
8
8
Link to topic: http://{{ current_site }}{{ topic_url }}
9
 
{% endblocktrans %}
 
9
{% endblocktrans %}{% endautoescape %}
 
 
b'\\ No newline at end of file'