{% spaceless %}
<html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
{% load pipeline i18n %}
- {% load static from staticfiles %}
+ {% load static %}
{% load piwik_tags %}
{% get_current_language as LANGUAGE_CODE %}
<head>
{% if request.user.is_authenticated %}
<li>
<a href="{% url 'user_settings' %}">
- <strong>{{ user_username }}</strong>
+ <strong>{{ request.user.username }}</strong>
</a>
</li>
<li>