Some changes that somehow got lost on my file system.
[redakcja.git] / apps / wiki / views.py
index e466d6a..8269339 100644 (file)
@@ -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"),
         },
     })