summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editgroup_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-03 19:29:16 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-03 19:29:16 -0700
commitca59441dab7bd99645c98c03dceb314c5d9fae5d (patch)
treec51b0139b1c3660e7d863edb949c4d1e958d9df9 /python/fatcat_web/templates/editgroup_view.html
parent526ee41b187a2373c08679bc9bc582679beaa9ef (diff)
downloadfatcat-ca59441dab7bd99645c98c03dceb314c5d9fae5d.tar.gz
fatcat-ca59441dab7bd99645c98c03dceb314c5d9fae5d.zip
small UI tweaks for editgroups/account
Diffstat (limited to 'python/fatcat_web/templates/editgroup_view.html')
-rw-r--r--python/fatcat_web/templates/editgroup_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html
index 31f9026f..f7f3ad45 100644
--- a/python/fatcat_web/templates/editgroup_view.html
+++ b/python/fatcat_web/templates/editgroup_view.html
@@ -131,7 +131,7 @@ reviewable bundle.
<i>None!</i>
{% endfor %}
-{% if auth_to.annotate and not editgroup.changelog_index %}
+{% if not editgroup.changelog_index and auth_to.annotate %}
<div class="ui segment">
<h3 class="ui header">Add Comment</h3>
<form class="ui form" id="submit_editgroup_annotation_form" method="POST" action="/editgroup/{{ editgroup.editgroup_id }}/annotation">