mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Center text in 404 page
This commit is contained in:
parent
027dc07ae2
commit
a61756a816
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
extends /templates/base
|
||||
|
||||
block content
|
||||
|
||||
h1(data-i18n="not_found.page_not_found") Page not found
|
||||
|
||||
h1.text-center(data-i18n="not_found.page_not_found") Page not found
|
Loading…
Reference in a new issue