remove wallet and the hi string
This commit is contained in:
parent
cc4b2657b7
commit
98a57fabcd
2 changed files with 0 additions and 9 deletions
|
@ -18,11 +18,6 @@
|
|||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav">
|
||||
|
||||
{% if current_user.is_authenticated %}
|
||||
<p>hi</p>
|
||||
{% endif %}
|
||||
|
||||
</ul>
|
||||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
|
|
@ -2,9 +2,5 @@
|
|||
<div class="panel-heading">{{ cuser.name }}</div>
|
||||
<div class="panel-body">
|
||||
<a href="https://en.gravatar.com/site/signup/"><img class="roundavatar" align="right" src="{{ cuser.gravatar(128) }}"></img></a>
|
||||
<p><br />
|
||||
<b>Currency:</b> {{ cuser.currency }}<br />
|
||||
<b>Wallet:</b> {{ cuser.wallet|round(2) }}<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue