From b4f884b1fd9ab246b2101ed4388851d7735492ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Sun, 15 Dec 2019 19:04:00 +0100 Subject: [PATCH] Fix value on folder id --- templates/admin/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/edit.html b/templates/admin/edit.html index af96e40..06880b7 100644 --- a/templates/admin/edit.html +++ b/templates/admin/edit.html @@ -10,7 +10,7 @@
- {{ action_form.folder }} + {{ action_form.folder(value=link.title.folder.id) }}