diff --git a/reviewboard/templates/accounts/prefs.html b/reviewboard/templates/accounts/prefs.html
--- a/reviewboard/templates/accounts/prefs.html
+++ b/reviewboard/templates/accounts/prefs.html
@@ -10,9 +10,11 @@
  <p>
   {% trans "Before you can continue to use Review Board, you'll need to set a few things. This will help us get to know each other better." %}
  </p>
+ {% if form.fields.groups.choices %}
  <p>
   {% trans "At a minimum, make sure you have joined one or more groups." %}
  </p>
+ {% endif %}
 </div>
 {% endbox %}
 {% endif %}
@@ -58,6 +60,7 @@
   </table>
  </div>
 {% endbox %}
+{% if form.fields.groups.choices %}
 {% box "prefsgroup" %}
  <h1 class="title">{% trans "Groups" %}</h1>
  <div class="main">
@@ -65,6 +68,7 @@
   {{form.groups}}
  </div>
 {% endbox %}
+{% endif %}
  <div class="prefsbuttons">
   <input type="submit" value="{% trans "Save Preferences" %}" />
  </div>
