Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
advisor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SRCT
advisor
Commits
b852999b
Commit
b852999b
authored
Mar 02, 2014
by
Ben Waters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theres actuall yno full name hmm
parent
237ba127
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
advisor/mainapp/templates/profile.html
advisor/mainapp/templates/profile.html
+1
-1
advisor/mainapp/views.py
advisor/mainapp/views.py
+1
-1
No files found.
advisor/mainapp/templates/profile.html
View file @
b852999b
{% extends 'layouts/base.html' %}
{% extends 'layouts/base.html' %}
{% block title %}
{% block title %}
{% f
ull
_name %} | {% advisorname %}
{% f
irst
_name %} | {% advisorname %}
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
{% load gravator %}
{% load gravator %}
...
...
advisor/mainapp/views.py
View file @
b852999b
...
@@ -43,7 +43,7 @@ def profile(request):
...
@@ -43,7 +43,7 @@ def profile(request):
return
render_to_response
(
'profile.html'
,
{
return
render_to_response
(
'profile.html'
,
{
"user"
:
current_user
,
"user"
:
current_user
,
"f
ull_name"
:
current_user
.
user
.
full
_name
,
"f
irst_name"
:
current_user
.
user
.
first
_name
,
"advisorname"
:
current_user
.
advisorname
,
"advisorname"
:
current_user
.
advisorname
,
},
},
context_instance
=
RequestContext
(
request
),
context_instance
=
RequestContext
(
request
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment