From 60f307b6d04ae499e261a96ac744f56d632b4b55 Mon Sep 17 00:00:00 2001 From: Luan Date: Fri, 18 Oct 2013 11:25:31 -0300 Subject: [PATCH] Removing old templatetag from load --- src/super_archives/templates/message-thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/super_archives/templates/message-thread.html b/src/super_archives/templates/message-thread.html index 79f04b1..fc7cf12 100644 --- a/src/super_archives/templates/message-thread.html +++ b/src/super_archives/templates/message-thread.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load i18n append_to_get gravatar superarchives %} +{% load i18n gravatar superarchives %} {% trans "Anonymous" as anonymous %} -- libgit2 0.21.2