Changeset - ae3086ff5d4f
[Not reviewed]
0 3 0
Joshua Simmons - 7 years ago 2017-08-13 01:48:08
i@joshuasimmons.name
remove username from navbar
3 files changed with 7 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_account_bar.html
Show inline comments
...
 
@@ -3,8 +3,4 @@
 

	
 

	
 
<ul class="nav navbar-nav pull-right">
 
    {% if request.user.is_authenticated %}
 
        <span class="navbar-text">
 
            <i class="fa fa-user"></i> {% user_display request.user %}
 
        </span>
 
        <li>
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -7,2 +7,3 @@
 
{% load registrasion_tags %}
 
{% load account_tags %}
 

	
...
 
@@ -19,2 +20,5 @@
 
              Account
 
              <span class="pull-right">
 
                <i class="fa fa-user"></i> {% user_display request.user %}
 
              </span>
 
          </h3>
static/scss/custom.scss
Show inline comments
...
 
@@ -67,2 +67,5 @@ body.reviews.voting-status {
 

	
 
body.auth .panel-heading .panel-title span.pull-right {
 
    margin: 0 auto;
 
}
 

	
0 comments (0 inline, 0 general)