~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/email/comment-msg.txt

  • Committer: Janos Gyerik
  • Date: 2012-04-04 13:22:47 UTC
  • Revision ID: burlyman@titan2x.com-20120404132247-2s7liq2i4e7nn8ul
minor improvement to create_user_profile signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Hi {{ oneliner.user.hackerprofile.get_display_name }},
 
2
 
 
3
There is a new comment on your one-liner:
 
4
{{ baseurl }}{% url oneliners.views.oneliner oneliner.pk %}
 
5
"{{ oneliner.summary|safe }}"
 
6
 
 
7
Comment:
 
8
{{ comment|safe }}
 
9
 
 
10
Posted by: {{ sender.hackerprofile.get_display_name }}
 
11
{{ baseurl }}{% url oneliners.views.profile sender.pk %}
 
12
 
 
13
{% include 'email/signature.txt' %}