mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 09:14:14 +08:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
|
<div id="simple-container">
|
||
|
<%if flash[:error]%>
|
||
|
<div class='alert alert-error'>
|
||
|
<%=flash[:error]%>
|
||
|
</div>
|
||
|
<%else%>
|
||
|
<div class='alert alert-error'>
|
||
|
Something went wrong processing your log in, please try again.
|
||
|
</div>
|
||
|
<%end%>
|
||
|
</div>
|