continuing update songs and albums

This commit is contained in:
2025-08-05 20:37:53 +02:00
parent 9aa4b5da06
commit 8fea63ed34
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -163,6 +163,8 @@ def blog_edit(request):
if new_values:
new_values['topic_id'] = topic
new_values['editor'] = request.authenticated_userid
new_values['edited'] = datetime.datetime.now()
update_entry(request, blog_id, new_values)
return HTTPFound(location=url_retour)