<div id="user-info" style="display:none">
{% if user.is_authenticated %}
<p>
- {% trans "Welcome" %},<strong>{{ user.username }}</strong>
+ {% trans "Welcome" %}, <strong>{{ user.username }}</strong>
| <a href="{% url user_shelves %}" id="user-shelves-link">{% trans "Your shelves" %}</a>
{% if user.is_staff %}
| <a href="/admin/">{% trans "Administration" %}</a>
</div>
<div class="social-links" style="float:right">
<a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"><img src="{{ STATIC_URL }}img/social/facebook.png" /></a>
- <a href="http://twitter.com/wolnelektury"><img src="{{ STATIC_URL }}social/twitter.png" /></a>
- <a href="http://nasza-klasa.pl/profile/30441509"><img src="{{ STATIC_URL }}social/naszaklasa.png" /></a>
+ <a href="http://twitter.com/wolnelektury"><img src="{{ STATIC_URL }}img/social/twitter.png" /></a>
+ <a href="http://nasza-klasa.pl/profile/30441509"><img src="{{ STATIC_URL }}img/social/naszaklasa.png" /></a>
</div>
<div class="clearboth"></div>
</div>