diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-06-11 23:14:14 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-06-11 23:14:14 +0100 |
commit | b48f684c0a4cbe7f5818a65708f54e6b66155d35 (patch) | |
tree | b1f0fe5efa78ae2574eff824239a2cfac992f477 | |
parent | e0e6f3392db508784be95a88b428d3bf7ad048cd (diff) | |
download | cheatdb-b48f684c0a4cbe7f5818a65708f54e6b66155d35.tar.xz |
Add note about review thread being private
-rw-r--r-- | app/templates/packages/view.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 3a83995..ab48c6e 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -46,6 +46,12 @@ {% if package.author == current_user or package.checkPerm(current_user, "APPROVE_NEW") %} {% if review_thread %} + <h2>🔒 {{ review_thread.title }}</h2> + <p><i> + This thread is only visible to the package owner and users of + Editor rank or above. + </i></p> + {% from "macros/threads.html" import render_thread %} {{ render_thread(review_thread, current_user) }} {% else %} |