mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
wiki: Fix broken view json template.
This commit is contained in:
@@ -10,6 +10,7 @@ class WikiView(Templated):
|
||||
self.page_content_md = content
|
||||
self.diff = diff
|
||||
self.edit_by = edit_by
|
||||
self.may_revise = c.wiki_may_revise
|
||||
self.edit_date = edit_date
|
||||
self.base_url = c.wiki_base_url
|
||||
Templated.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user