output field

This commit is contained in:
DerTyp187
2021-11-13 16:32:55 +01:00
parent 1335bf8ce6
commit 50a2699798
5 changed files with 45 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ def topic(req, category, topic):
'version': topic_obj.version,
'previous': previous_obj,
'next': next_obj,
'output': topic_obj.output,
}
return render(req, "main/topic.html", context)