Merge branch 'master' of atrey.karlin.mff.cuni.cz:/akce/MaM/MaMweb/mamweb

This commit is contained in:
Aneta 2015-09-12 14:46:23 +02:00
commit 34ee437b53
2 changed files with 6 additions and 2 deletions

View file

@ -158,3 +158,7 @@ h2 {
#submenu li>a:hover {
text-decoration: none;
}*/
.novinky.name {
float: left
}

View file

@ -20,11 +20,11 @@
{% endif %}
{# autor #}
{% if user.is_staff %}
<div>{{novinka.autor.first_name}}
<div class=novinky.name><i>{{novinka.autor.first_name}}
{% if novinka.autor.organizator.prezdivka%}
&bdquo;{{novinka.autor.organizator.prezdivka}}&ldquo;
{% endif %}
{{novinka.autor.last_name}}
{{novinka.autor.last_name}}</i>
</div>
{% endif %}
</div>