Pojmenované URL místo čistého URL
This commit is contained in:
		
							parent
							
								
									e4a72940e8
								
							
						
					
					
						commit
						527a7b3ea6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4,7 +4,7 @@ | ||||||
|   {% if not novinka.zverejneno and user.je_org %} |   {% if not novinka.zverejneno and user.je_org %} | ||||||
|   <div class="mam-org-only"> |   <div class="mam-org-only"> | ||||||
|     <ul> |     <ul> | ||||||
|       <li><a href="/admin/novinky/novinky/{{novinka.pk}}">Upravit novinku</a> |       <li><a href="{% url 'admin:novinky_novinky_change' novinka.pk %}">Upravit novinku</a> | ||||||
|     </ul> |     </ul> | ||||||
|   {% endif %} |   {% endif %} | ||||||
|   {% if novinka.zverejneno or user.je_org %} |   {% if novinka.zverejneno or user.je_org %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue