aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-28 17:26:15 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-28 17:26:15 +1100
commitf120b73a606dedb0763cf4daa47fea6123fd52d3 (patch)
treed976dc2c57c40c7c07a26a2bba06829aa1726f01
parentd09758c79fff462906b48dda6601ced25a8865da (diff)
The configuration class was previously renamed from Configuration to AlaveteliConfiguration
-rw-r--r--app/views/user/sign.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/sign.html.erb b/app/views/user/sign.html.erb
index 5e8cced91..8291cdace 100644
--- a/app/views/user/sign.html.erb
+++ b/app/views/user/sign.html.erb
@@ -12,7 +12,7 @@
<% end %>
</p>
<% if @post_redirect.post_params["controller"] == "admin_general" %>
- <% unless Configuration::disable_emergency_user %>
+ <% unless AlaveteliConfiguration::disable_emergency_user %>
<p id="superuser_message">Don't have a superuser account yet? <%= link_to "Sign in as the emergency user", @post_redirect.uri + "?emergency=1" %></p>
<% end %>
<% end %>