commit 4ea7d881a8b351d2d1976e3e09aad039ef0a2ef1 Author: emma peel emma.peel@riseup.net Date: Fri Oct 8 08:39:56 2021 +0200
make press articles titles and publishers not translatable. will-fix: https://gitlab.torproject.org/tpo/web/tpo/-/issues/237 --- models/post.ini | 2 -- 1 file changed, 2 deletions(-)
diff --git a/models/post.ini b/models/post.ini index 3c785817..73ad780c 100644 --- a/models/post.ini +++ b/models/post.ini @@ -5,12 +5,10 @@ label = {{ this.name }} [fields.title] label = Title type = string -translate = True
[fields.publisher] label = Publisher type = string -translate = False
[fields.link] label = Link
tor-commits@lists.torproject.org