|
@ -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 %} |
|
|