mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
output field
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user