diff options
author | Choom | 2022-12-15 04:33:13 -0300 |
---|---|---|
committer | Choom | 2022-12-17 03:24:45 -0300 |
commit | 2767ab7add47272192d78ac92592e4d3d18878a3 (patch) | |
tree | 73ce3ff57d4153654c513634da5d52d5482deac4 /cgi/templates/error.html | |
parent | 7a4f14b0992621bf6df944d086d65a6b4476f33d (diff) | |
download | weabot-2767ab7add47272192d78ac92592e4d3d18878a3.tar.gz weabot-2767ab7add47272192d78ac92592e4d3d18878a3.tar.xz weabot-2767ab7add47272192d78ac92592e4d3d18878a3.zip |
Fix manage
Fix manage
Diffstat (limited to 'cgi/templates/error.html')
-rw-r--r-- | cgi/templates/error.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/cgi/templates/error.html b/cgi/templates/error.html index 47ef529..4e254b0 100644 --- a/cgi/templates/error.html +++ b/cgi/templates/error.html @@ -1,7 +1,17 @@ <?py include('templates/base_top.html') ?> -<br /><br /><hr size="1"> -<br /><br /><div style="text-align:center;color:red;font-size:x-large;font-weight:bold;">#{error} -<br /><br /><a href="#{boards_url}#{board}/">Volver</a></div> -<br /><br /><hr size="1"> +<br /> +<br /> +<hr size="1"> +<br /> +<br /> +<div style="text-align:center;color:red;font-size:x-large;font-weight:bold;"> + #{error} + <br /> + <br /> + <a href="#{boards_url}#{board}/">Volver</a> +</div> +<br /> +<br /> +<hr size="1"> </body> -</html>
\ No newline at end of file +</html> |