mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
added containers for the rest of hte pages after last commit.
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="container">
|
||||||
<h2 class="center">Comics</h2>
|
<h2 class="center">Comics</h2>
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
{% if file_list %}
|
{% if file_list %}
|
||||||
@@ -26,4 +27,5 @@
|
|||||||
<p class="list-group-item">No comics.</p>
|
<p class="list-group-item">No comics.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="container">
|
||||||
{% if error_message %}
|
{% if error_message %}
|
||||||
<div class="alert alert-danger" role="alert">{{ error_message|safe }}</div>
|
<div class="alert alert-danger" role="alert">{{ error_message|safe }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -43,4 +44,5 @@
|
|||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
<button type="submit" class="btn btn-default">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="container">
|
||||||
<table class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -32,10 +33,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<a class="btn btn-default" href="/comic/settings/users/add/" role="button">Add User</a>
|
<a class="btn btn-default" href="/comic/settings/users/add/" role="button">Add User</a>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block script %}
|
{% block script %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user