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

« back to all changes in this revision

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

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:38:05 UTC
  • Revision ID: janos@axiom-20120403203805-d2e6j78xee1dhttx
renamed "main" module to "oneliners"

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 alternative to your one-liner:
 
4
{{ baseurl }}{% url oneliners.views.oneliner oneliner.pk %}
 
5
"{{ oneliner.summary|safe }}"
 
6
 
 
7
Summary:
 
8
{{ new_oneliner.summary|safe }}
 
9
 
 
10
One-liner:
 
11
{{ new_oneliner.line|safe }}
 
12
 
 
13
Explanation:
 
14
{{ new_oneliner.explanation }}
 
15
 
 
16
{% if new_oneliner.limitations %}Limitations
 
17
{{ new_oneliner.limitations }}{% endif %}
 
18
 
 
19
Posted by: {{ new_oneliner.user.hackerprofile.get_display_name }}
 
20
{{ baseurl }}{% url oneliners.views.profile new_oneliner.user.pk %}
 
21
 
 
22
{% include 'email/signature.txt' %}