aboutsummaryrefslogtreecommitdiff
path: root/templates/gitlist.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/gitlist.qtpl
parent6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d (diff)
downloadcerrado-92c57a05fab452c1de83131498552424c9c5b598.tar.gz
cerrado-92c57a05fab452c1de83131498552424c9c5b598.tar.bz2
cerrado-92c57a05fab452c1de83131498552424c9c5b598.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/gitlist.qtpl')
-rw-r--r--templates/gitlist.qtpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl
index ff2eca9..7c104ca 100644
--- a/templates/gitlist.qtpl
+++ b/templates/gitlist.qtpl
@@ -33,6 +33,9 @@ type GitListPage struct {
</div>
<div id="about" class="col-md-4 order-first order-md-last">
{%z= p.About %}
+ <div class="alert alert-warning text-center" role="alert">
+ This project is under development, things may be broken or incomplete.
+ </div>
</div>
</div>
{% endfunc %}