better behavior for users that are not found
This commit is contained in:
25
test/fixtures/files/domain/fa/user_page/user_page_onefatpokemon_not_found.html
vendored
Normal file
25
test/fixtures/files/domain/fa/user_page/user_page_onefatpokemon_not_found.html
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!-- -->
|
||||
<html>
|
||||
<head>
|
||||
<title>System Error</title>
|
||||
|
||||
<link href="/themes/beta/img/favicon.ico"/>
|
||||
<link type="text/css" rel="stylesheet" href="/themes/beta/css/ui_theme_dark.css?u=2025011001" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section style="margin: 30px auto; max-width: 800px;">
|
||||
<div class="section-header">
|
||||
<h2>System Error</h2>
|
||||
</div>
|
||||
<div class="section-body">
|
||||
This user cannot be found.<br/><br/>Here are a few suggestions to help you out:<br/>• Check that the username is spelled correctly.<br/>• Try to do what you were doing again, but take out any odd symbols, spaces, and underscores.<br/> <br>
|
||||
<div class="alignright"><a class="button standard" href="javascript:history.go(-1)">Click here to go back</a></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user