summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/index.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-27 10:23:00 -0500
committerDrew DeVault <sir@cmpwn.com>2018-01-27 10:23:00 -0500
commit4b234409093d1152cbb84a17fc17fb313b16bdfc (patch)
treec902169897a0f1421d9108d556bbcda6ff1b47ae /gitsrht/templates/index.html
parent1b9846a979b443652beae4ceac0db8b484ff2f81 (diff)
Tweak the home page
Diffstat (limited to 'gitsrht/templates/index.html')
-rw-r--r--gitsrht/templates/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/gitsrht/templates/index.html b/gitsrht/templates/index.html
index 7f4ef72..d0f7bbb 100644
--- a/gitsrht/templates/index.html
+++ b/gitsrht/templates/index.html
@@ -11,13 +11,9 @@
<p>
<a href="/create">Create new repository ยป</a>
</p>
- <div class="alert alert-danger">
- Notice: this site is a work in progress.
- </div>
</div>
<div class="col-md-6">
{% if repos and len(repos) %}
- <h3>Your repositories</h3>
{% for repo in repos %}
<h4>
<a href="/~{{current_user.username}}/{{repo.name}}">