From e993e8c898ac5970d55e926ac87090e87a25c61c Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 14 Jan 2014 21:20:28 -0600 Subject: [PATCH] Updated dashboard and nav template to handle user context --- templates/dashboard.html | 2 +- templates/nav.html | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 7f98d268..722cfa3d 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,4 +1,4 @@ -{{define "content"}} {{template "nav"}} +{{define "content"}} {{template "nav" .User}}

diff --git a/templates/nav.html b/templates/nav.html index 16dbc708..97b5baa2 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -13,9 +13,15 @@