From 991ea0de1f91692ee8968c8042944c4a9e97bb4d Mon Sep 17 00:00:00 2001 From: Sourav Badami Date: Mon, 5 Jun 2017 11:53:05 +0530 Subject: [PATCH] Added the full url for easier matching identification. #148 --- website/templates/_activity.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/templates/_activity.html b/website/templates/_activity.html index 9e03c8d87..94da8aa3a 100644 --- a/website/templates/_activity.html +++ b/website/templates/_activity.html @@ -1,5 +1,5 @@ {% load gravatar %} -
+
{% if activity.actor.socialaccount_set.all.0.get_avatar_url %} @@ -39,7 +39,8 @@ {% else %} {{ activity.actor }} {% endif %} - {{ activity.verb }} {{ activity.target.domain_title }} {{ activity.timestamp|timesince }} ago + {{ activity.verb }} {{ activity.target.domain_title }} {{ activity.timestamp|timesince }} ago | + {{ activity.target.domain_name }}
{% if activity.target.screenshot %}