diff --git a/.gitignore b/.gitignore index ecac2b0..c018fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ __pycache__/* app/__pycache__/ app/__pycache__/* app/static/dewatermark/ -app/static/dewatermark/* \ No newline at end of file +app/static/dewatermark/* +*.pyc \ No newline at end of file diff --git a/app/templates/public/covers.html b/app/templates/public/covers.html index 49b9fb7..0c1f8f1 100644 --- a/app/templates/public/covers.html +++ b/app/templates/public/covers.html @@ -9,8 +9,8 @@ {% for cover in covers %}
- -
{{ cover }}
+ +
{{ cover }}
{% endfor %} diff --git a/app/templates/public/templates/main_template.html b/app/templates/public/templates/main_template.html index 366b8b1..e9bd25b 100644 --- a/app/templates/public/templates/main_template.html +++ b/app/templates/public/templates/main_template.html @@ -5,11 +5,11 @@ - + - - - + + + {% block title %}{% endblock %} diff --git a/app/templates/public/templates/public_template.html b/app/templates/public/templates/public_template.html index ad81c3d..c728099 100644 --- a/app/templates/public/templates/public_template.html +++ b/app/templates/public/templates/public_template.html @@ -6,10 +6,10 @@ - - - - + + + + {% block title %}{% endblock %}