diff --git a/tracks/app/views/user/preference_edit_form.rhtml b/tracks/app/views/user/preference_edit_form.rhtml
index 0a112b4f..87ef509d 100644
--- a/tracks/app/views/user/preference_edit_form.rhtml
+++ b/tracks/app/views/user/preference_edit_form.rhtml
@@ -5,7 +5,9 @@
staleness_starts: the number of days before items with no due date get marked as stale (with a yellow highlight)
date_format: the format in which you'd like dates to be shown. For example, for the date 31st January 2006, %d/%m/%Y will show 31/01/2006, %b-%e-%y will show Jan-31-06. See the strftime manual for more formatting options for the date.
no_completed: number of completed actions to show on the home page
- admin_email: email address for the admin user of Tracks (displayed on the signup page for users to contact to obtain an account)
+ <% if @user.is_admin? %>
+ admin_email: email address for the admin user of Tracks (displayed on the signup page for users to contact to obtain an account)
+ <% end %>
week_starts: day of the week shown as the start of the week on the popup calendar. 0 = Sunday, 1 = Monday etc.
due_style: style in which due dates for the range 2-7 days away is shown. 0 = "Due in 3 days", 1 = "Due on Wednesday"
@@ -15,6 +17,7 @@
<%= start_form_tag :action => 'update_preferences' %>