diff --git a/templates/base.html b/templates/base.html index 036d264a31..971ef6745c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ {% load captureas %} {% load thumbnail %} {% load i18n %} - +{% load remove_url_protocole %} @@ -296,7 +296,7 @@ {% endif %} {% with p=last_answer.author.profile %} - + {% endwith %} {{ last_answer.author.username }} {{ last_answer.pubdate|format_date:True|capfirst }} @@ -339,7 +339,7 @@
  • {% with p=first_unread.author.profile %} - + {% endwith %} {{ first_unread.author.username }} {{ first_unread.pubdate|format_date:True|capfirst }} diff --git a/templates/featured/includes/featured_resource_item.part.html b/templates/featured/includes/featured_resource_item.part.html index ff64b18f7f..430ebaee85 100644 --- a/templates/featured/includes/featured_resource_item.part.html +++ b/templates/featured/includes/featured_resource_item.part.html @@ -1,8 +1,9 @@ {% load i18n %} +{% load remove_url_protocole %}