Merge branch 'master' of atrey.karlin.mff.cuni.cz:/akce/MaM/MaMweb/mamweb
This commit is contained in:
		
						commit
						34ee437b53
					
				
					 2 changed files with 6 additions and 2 deletions
				
			
		|  | @ -158,3 +158,7 @@ h2 { | |||
| #submenu li>a:hover { | ||||
| 	text-decoration: none; | ||||
| }*/ | ||||
| 
 | ||||
| .novinky.name { | ||||
| 	float: left | ||||
| } | ||||
|  |  | |||
|  | @ -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%} | ||||
|         „{{novinka.autor.organizator.prezdivka}}“ | ||||
|       {% endif %} | ||||
|       {{novinka.autor.last_name}} | ||||
|       {{novinka.autor.last_name}}</i> | ||||
|     </div> | ||||
|   {% endif %} | ||||
| </div> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Aneta
						Aneta