Skip to content

Commit

Permalink
Minor style change in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 14, 2012
1 parent 4f477bf commit bfef3b0
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,10 +1,11 @@
{% load i18n %}

{% trans "User" %} {{ post.user.profile }} {% trans "replayed in topic that you subscribed." %} ({{ post.topic.name }})
<p>{% trans "User" %} {{ post.user.profile }} {% trans "replayed in topic that you subscribed." %} ({{ post.topic.name }})
<ul class="unstyled">
<li>{% trans "Link to post:" %} <a href="{{ post.get_absolute_url }}">http://{{site}}{{ post.get_absolute_url }}</a></li>
<li>{% trans "Link to topic:" %} <a href="{{ post.topic.get_absolute_url }}">http://{{site}}{{ post.topic.get_absolute_url }}</a></li>
</ul>

-----
<a href="{{ delete_url }}">{% trans "Unsubscribe from this topic" %}</a>
<a href="{{ delete_url }}">{% trans "Unsubscribe from this topic" %}</a>
</p>

0 comments on commit bfef3b0

Please sign in to comment.