[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 3
From: |
Jonathan Gonzalez V. |
Subject: |
[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 3d98f7076f7ada5d576eab80828f6014160395a9 |
Date: |
Tue, 11 Aug 2009 21:06:04 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Savane-cleanup framework".
The branch, master has been updated
via 3d98f7076f7ada5d576eab80828f6014160395a9 (commit)
from a2adb476b3c0caf90d3ebe192abb038690045e5c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/savane-cleanup/framework.git/commit/?id=3d98f7076f7ada5d576eab80828f6014160395a9
commit 3d98f7076f7ada5d576eab80828f6014160395a9
Author: Jonathan Gonzalez V <address@hidden>
Date: Tue Aug 11 17:05:51 2009 -0400
Added user name an name at the top of the page
diff --git a/template/base.html b/template/base.html
index 28f255a..f8925e8 100644
--- a/template/base.html
+++ b/template/base.html
@@ -37,6 +37,7 @@
</div>
{% if user.is_authenticated %}
<div class="fast_menu_user">
+ {{ user.username}} ({{ user.first_name }} {{ user.last_name }})
<!-- <a href="">Items</a> -->
<!-- <a href="">Groups</a> -->
<a href="{% url savane.my.views.sv_conf %}">Account Conf</a>
-----------------------------------------------------------------------
Summary of changes:
template/base.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Savane-cleanup framework
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 3d98f7076f7ada5d576eab80828f6014160395a9,
Jonathan Gonzalez V. <=