aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-10 11:37:30 +0100
committerGravatar Tom Willemsen2012-03-10 11:37:30 +0100
commitca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2 (patch)
tree840161b2cd387112003c29734b63135adb9fd0b9 /templates
parent9648ce73fda47739be5465d8142c38bda588c6f6 (diff)
downloadryuslash.org-ca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2.tar.gz
ryuslash.org-ca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2.zip
Add name and profile link to Feed model
And show a link to the profile through that url.
Diffstat (limited to 'templates')
-rw-r--r--templates/aggregator/posts.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/aggregator/posts.html b/templates/aggregator/posts.html
index 32f1ed7..94b9626 100644
--- a/templates/aggregator/posts.html
+++ b/templates/aggregator/posts.html
@@ -23,6 +23,12 @@
{{ post.body }}
{% endif %}
{% endautoescape %}
+ <div>
+ Through:
+ <a href="{{ post.feed.get_profile_url }}">
+ {{ post.feed.name|lower }}
+ </a>
+ </div>
</p>
{% endfor %}