From 381d437c7c51dad7e43f3d9f705600297e58bc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Sun, 11 Oct 2015 09:51:35 +0200 Subject: [PATCH] Fixed template include --- amiibofindr/templates/_layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiibofindr/templates/_layout.html b/amiibofindr/templates/_layout.html index 0775f1a..bfdccb8 100644 --- a/amiibofindr/templates/_layout.html +++ b/amiibofindr/templates/_layout.html @@ -1,4 +1,4 @@ -{% load static i18n account %} +{% load static i18n account socialaccount %} {% user_display user as user_display %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as languages %}