Skip to content

Commit

Permalink
Add URL to request sent email
Browse files Browse the repository at this point in the history
Closes okfde#21
  • Loading branch information
stefanw committed Apr 23, 2013
1 parent a6b004b commit 6fdfea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title %}Hello {{ name }},
{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title url=request.get_absolute_domain_short_url %}Hello {{ name }},

your message for the Freedom of Information request "{{ title }}" has been sent. We will notify you when you get a response.

{{ url }}

Cheers,
{{ site_name }}
{% endblocktrans %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title %}Hello {{ name }},
{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title url=request.get_absolute_domain_short_url %}Hello {{ name }},

your request "{{ title }}" has been sent. We will notify you when you get a response.

{{ url }}

Cheers,
{{ site_name }}
{% endblocktrans %}
Expand Down

0 comments on commit 6fdfea3

Please sign in to comment.