diff --git a/templates/zerver/app/right_sidebar.html b/templates/zerver/app/right_sidebar.html index 8245109ebc..d45d301585 100644 --- a/templates/zerver/app/right_sidebar.html +++ b/templates/zerver/app/right_sidebar.html @@ -22,9 +22,6 @@
- {% if show_invites %} - {{ _('Invite more users') }} - {% endif %}
@@ -33,6 +30,9 @@
+ {% if show_invites %} + {{ _('Invite more users') }} + {% endif %}