Remove duplicate render_flash from mobile login

The flash is already rendered in the layout.

Fixes #1370
This commit is contained in:
Dan Rice 2012-11-30 17:27:59 -05:00
parent f6d251d3a0
commit 41d8fe5550

View file

@ -3,7 +3,6 @@
show_database_form = auth_schemes.include?('database')
-%>
<div title="<%= t('login.account_login') %>" id="loginform" class="form">
<%= render_flash -%>
<h3><%= t('login.please_login') %>:</h3>
<% if show_database_form %>
<div id="database_auth_form">