X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/32974185d5e2b1bdc197b4f5dcab259b5de3c6b4..00a90d6175599e055f5a84697c8388d81ac1b007:/apps/wiki/views.py diff --git a/apps/wiki/views.py b/apps/wiki/views.py index e466d6a2..82693393 100644 --- a/apps/wiki/views.py +++ b/apps/wiki/views.py @@ -64,7 +64,7 @@ def document_detail(request, name, template_name='wiki/document_details.html'): 'document_meta': document.meta, 'forms': { "text_save": DocumentTextSaveForm(prefix="textsave"), - "add_tag": DocumentTagForm(prefix="addtag") + "add_tag": DocumentTagForm(prefix="addtag"), }, })