added containers for the rest of hte pages after last commit.

This commit is contained in:
2015-07-30 10:49:57 +01:00
parent 231fcb4c27
commit af1ba13d86
3 changed files with 56 additions and 52 deletions

View File

@@ -11,6 +11,7 @@
{% endfor %}
{% endblock %}
{% block content %}
<div class="container">
<h2 class="center">Comics</h2>
<div class="list-group">
{% if file_list %}
@@ -26,4 +27,5 @@
<p class="list-group-item">No comics.</p>
{% endif %}
</div>
</div>
{% endblock %}

View File

@@ -13,6 +13,7 @@
{% endblock %}
{% block content %}
<div class="container">
{% if error_message %}
<div class="alert alert-danger" role="alert">{{ error_message|safe }}</div>
{% endif %}
@@ -43,4 +44,5 @@
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
{% endblock %}

View File

@@ -13,6 +13,7 @@
{% endblock %}
{% block content %}
<div class="container">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
@@ -32,10 +33,9 @@
</tr>
{% endfor %}
</tbody>
</table>
<a class="btn btn-default" href="/comic/settings/users/add/" role="button">Add User</a>
</div>
{% endblock %}
{% block script %}