aboutsummaryrefslogtreecommitdiff
path: root/templates/base.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 16:59:10 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 16:59:10 +0200
commit836c0cc75c2f28cccff5892c1357873c1a29945a (patch)
tree61e49efa105044863008a3599216f2be4d559c4f /templates/base.qtpl
parent6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d (diff)
downloadcerrado-836c0cc75c2f28cccff5892c1357873c1a29945a.tar.gz
cerrado-836c0cc75c2f28cccff5892c1357873c1a29945a.tar.bz2
cerrado-836c0cc75c2f28cccff5892c1357873c1a29945a.zip
ref: Make the warning less disruptivev0.0.15
Now the project is getting into a better shape I made the warning a less disruptive.
Diffstat (limited to 'templates/base.qtpl')
-rw-r--r--templates/base.qtpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl
index 9e2e6ac..7063829 100644
--- a/templates/base.qtpl
+++ b/templates/base.qtpl
@@ -48,9 +48,6 @@ Page prints a page implementing Page interface.
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
- <div class="alert alert-warning text-center" role="alert">
- This project is under development, things may be broken or incomplete.
- </div>
{%= p.Navbar() %}
<div class="container">
{%= p.Content() %}