diff --git a/include/staff/templates/user.tmpl.php b/include/staff/templates/user.tmpl.php
index 9cfb8554c1a2e58a846fab3cb9e654385af93355..5cc1178ff5ee50ebf6b0f59972e1387f4d529268 100644
--- a/include/staff/templates/user.tmpl.php
+++ b/include/staff/templates/user.tmpl.php
@@ -65,6 +65,7 @@ if ($info['error']) {
     </table>
 </div>
 
+<?php if ($org) { ?>
 <div class="tab_content" id="organization-tab" style="display:none">
 <div class="floating-options">
     <a href="orgs.php?id=<?php echo $org->getId(); ?>" title="Manage Organization"
@@ -85,6 +86,7 @@ if ($info['error']) {
 ?>
     </table>
 </div>
+<?php } # endif ($org) ?>
 
 <div class="tab_content" id="notes-tab" style="display:none">
 <?php $show_options = true;