{% load extra_tags %}
<div class='post-update-info'>
<p style="line-height:12px;">
<strong>{% diff_date revision.revised_at %}</strong>
</p>
<a href="{{ revision.author.get_profile_url }}">{% gravatar revision.author 32 %}</a>
<p><a href="{{ revision.author.get_profile_url }}">{{ revision.author.username }}</a><br/>
{% get_score_badge revision.author %}</p>
</div>
-
Riccardo Padovani authored
Creazione cartella light per il tema. Modificato header.html per creare la barra superiore stile ubuntu-it e style.css per aggiungere il css necessario
1605db01