From d958f82bb813af2b8596ffaac2a17a3b0f632926 Mon Sep 17 00:00:00 2001 From: Ke Wu Date: Thu, 17 May 2012 00:17:31 -0700 Subject: [PATCH] bug 999371, add a simple test case to test the tag add name and contact info to AUTHORS file. Change Author in the commit message, add email to .mailmap Change-Id: Ic9aba5dfde0aae0faee6b944d253cd3d9d8ea4e7 --- .mailmap | 1 + AUTHORS | 1 + horizon/templates/horizon/common/_sidebar.html | 4 ++-- horizon/tests/templatetag_tests.py | 16 +++++++++++++++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.mailmap b/.mailmap index 595bcba03..f4f433092 100644 --- a/.mailmap +++ b/.mailmap @@ -6,3 +6,4 @@ + diff --git a/AUTHORS b/AUTHORS index fbdf4baa3..678d92415 100644 --- a/AUTHORS +++ b/AUTHORS @@ -32,6 +32,7 @@ John Postlethwait Joseph Heck Joshua McKenty Julien Danjou +Ke Wu Ken Pepple Mark Gius Michael Szilagyi diff --git a/horizon/templates/horizon/common/_sidebar.html b/horizon/templates/horizon/common/_sidebar.html index 20bda9c3a..bfc1fb585 100644 --- a/horizon/templates/horizon/common/_sidebar.html +++ b/horizon/templates/horizon/common/_sidebar.html @@ -1,7 +1,7 @@ -{% load horizon i18n %} +{% load branding horizon i18n %}