Skip to content
Snippets Groups Projects
Commit 4deab209 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

move approvals to the start

parent 947ff69c
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ class ContractAdmin(MarkdownxGuardedModelAdmin): ...@@ -151,7 +151,7 @@ class ContractAdmin(MarkdownxGuardedModelAdmin):
if request.user.is_superuser or request.user.has_perm("approve", self): if request.user.is_superuser or request.user.has_perm("approve", self):
fieldsets.insert( fieldsets.insert(
1, 0,
( (
"Schválení", "Schválení",
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment