modified: templates/blog.html

modified:   templates/board.html
	modified:   templates/profil.html
	modified:   templates/up_up.html
	modified:   views/blog.py
	modified:   views/profil.py
This commit is contained in:
kitoy
2022-08-07 08:32:21 +02:00
parent aef308e3fd
commit 3451259a57
6 changed files with 17 additions and 38 deletions

View File

@@ -4,20 +4,6 @@
{% block main %}
<div class="container theme-showcase" role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<!--<div class="jumbotron">
<h1>Hello, {{ session['username'] }} !</h1>
<p>Hébergeur de fichiers basé sur Flask + Bootstrap 3 et hébergé sur une Orange Pi, vise à promouvoir l'informatique libre. Site en construction.</p>
<p><a href="http://flask.pocoo.org/" class="btn btn-primary btn-lg" role="button">En savoir plus &raquo;</a></p>
</div>-->
<!--<div class="page-header">
<h1>Upload</h1>
</div>-->
<div class="row">
<div class="col-sm-3"></div>
@@ -63,6 +49,5 @@
</div> <!-- /container -->
{% endblock %}