commit 780e6eb26a01d205c0253baa3c68503d4a48145c Author: hiro hiro@torproject.org Date: Thu Feb 7 14:59:09 2019 +0100
Add image to post --- models/post.ini | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/models/post.ini b/models/post.ini index 457c866..5276910 100644 --- a/models/post.ini +++ b/models/post.ini @@ -30,6 +30,10 @@ translate = True label = Type type = string
+[fields.image] +label = Image +type = string + [fields.author] label = Author type = string
tor-commits@lists.torproject.org