1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 04:40:55 +02:00
This commit is contained in:
Ehouarn
2025-06-27 18:50:37 +02:00
parent c26534b6b7
commit e83ee8015f
6 changed files with 125 additions and 52 deletions

View File

@ -1447,4 +1447,4 @@ class BusInformationUpdateView(ProtectQuerysetMixin, LoginRequiredMixin, UpdateV
def get_success_url(self):
self.object.refresh_from_db()
return reverse_lazy("wei:manage_bus", kwargs={"pk": self.object.pk})
return reverse_lazy("wei:manage_bus", kwargs={"pk": self.object.pk})