Skip to content
Snippets Groups Projects
Commit 5143abc9 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

- Remove datepicker at "My Plan", move next/back buttons to card header

- Skip saturday and sunday in Smart Plan (issue #124)
- Remove link "Alle Pläne" (issue #114)
- Refactoring (remove prints)
parent 6ced5287
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def upload(request):
@login_required
@permission_required("menu.add_menu")
def delete(request, id):
print(id)
# print(id)
Menu.objects.get(id=id).delete()
return redirect("menu_index_msg", msg="delete_success")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment