aboutsummaryrefslogtreecommitdiff
path: root/templates/gitlist.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 21:22:24 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 21:22:24 +0100
commit5845a8685b1696cd510a3362d1f174568d3a9221 (patch)
treed9da709a5b52044c1e9a79624e16000a880c3d46 /templates/gitlist.qtpl
parent998c1777afeeb44ecf6ba2e735a4d6176a9b339e (diff)
downloadcerrado-0.1.tar.gz
cerrado-0.1.tar.bz2
cerrado-0.1.zip
feat: Remove under development warningv0.1
The project is good shape now that there is not need to the warning.
Diffstat (limited to 'templates/gitlist.qtpl')
-rw-r--r--templates/gitlist.qtpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl
index e62e68a..9756eb7 100644
--- a/templates/gitlist.qtpl
+++ b/templates/gitlist.qtpl
@@ -56,9 +56,6 @@ 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 %}