Skip to content

Commit

Permalink
Merge pull request #46 from jacobwegner/update-notices_url
Browse files Browse the repository at this point in the history
update notices_url and message
  • Loading branch information
paltman committed Jun 19, 2015
2 parents b572b9b + 3d720a0 commit d810e4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n %}{% url "notification_notices" as notices_url %}{% blocktrans %}You have received the following notice from {{ current_site }}:
{% load i18n %}{% url "notification_notice_settings" as notices_url %}{% blocktrans %}You have received the following notice from {{ current_site }}:

{{ message }}

To see other notices or change how you receive notifications, please go to {{ default_http_protocol }}://{{ current_site }}{{ notices_url }}
To change how you receive notifications, please go to {{ default_http_protocol }}://{{ current_site }}{{ notices_url }}
{% endblocktrans %}

0 comments on commit d810e4d

Please sign in to comment.