From d23e4857afeb3c1a128c9e9251ba6776f2890ec8 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Fri, 12 Jun 2020 15:03:49 +0200 Subject: [PATCH] changed .{{ -> {{ --- .gitignore | 3 ++- app/templates/public/covers.html | 4 ++-- app/templates/public/templates/main_template.html | 8 ++++---- app/templates/public/templates/public_template.html | 8 ++++---- 4 files changed, 12 insertions(+), 11 deletions(-) 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 %}