Á, já jsem vůl
This commit is contained in:
parent
9ff223428b
commit
e04c116b80
1 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,8 @@ def resitelEditView(request):
|
||||||
return formularOKView(
|
return formularOKView(
|
||||||
request,
|
request,
|
||||||
text='Údaje byly úspěšně uloženy.',
|
text='Údaje byly úspěšně uloženy.',
|
||||||
dalsi_odkazy=[("Vrátit se zpět na profil", reverse("profil"))]),
|
dalsi_odkazy=[("Vrátit se zpět na profil", reverse("profil"))],
|
||||||
|
)
|
||||||
|
|
||||||
return render(request, 'personalni/udaje/edit.html', {'form': form})
|
return render(request, 'personalni/udaje/edit.html', {'form': form})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue