From bb5238593844945dae0f1bb4edbd201ee37bb46d Mon Sep 17 00:00:00 2001 From: Castro0o Date: Tue, 9 Jun 2020 17:36:59 +0200 Subject: [PATCH] urls in templates /about -> about --- .gitignore | 4 +++- app/templates/public/bookrequest.html | 2 +- app/templates/public/index.html | 8 ++++---- app/templates/public/republish.html | 10 +++++----- app/templates/public/templates/main_template.html | 2 +- app/templates/public/templates/public_template.html | 12 ++++++------ app/templates/public/terms.html | 2 +- app/templates/public/upload_book.html | 8 ++++---- 8 files changed, 25 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index c8f060d..ecac2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ venv/* __pycache__/ __pycache__/* app/__pycache__/ -app/__pycache__/* \ No newline at end of file +app/__pycache__/* +app/static/dewatermark/ +app/static/dewatermark/* \ No newline at end of file diff --git a/app/templates/public/bookrequest.html b/app/templates/public/bookrequest.html index 53e2bf1..246ff05 100644 --- a/app/templates/public/bookrequest.html +++ b/app/templates/public/bookrequest.html @@ -7,7 +7,7 @@

Books Requested

-

Fill a form to request a book

+

Fill a form to request a book

{% for book in books %}
diff --git a/app/templates/public/index.html b/app/templates/public/index.html index 88956c7..9fd9f03 100644 --- a/app/templates/public/index.html +++ b/app/templates/public/index.html @@ -10,15 +10,15 @@ diff --git a/app/templates/public/republish.html b/app/templates/public/republish.html index 12e6a9f..3f4a78d 100644 --- a/app/templates/public/republish.html +++ b/app/templates/public/republish.html @@ -9,14 +9,14 @@

Here you can upload a file that will be republished to Library Genesis. We take care of the whole process of republishing. Your book should not have watermarks. They will not be removed.

-

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

+

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

-
+

UPLOAD THE FILE

- +
@@ -27,7 +27,7 @@

WATERMARK

- +

@@ -69,7 +69,7 @@

Books Requested

-

Fill a form to request a book

+

Fill a form to request a book

{% for book in books %} diff --git a/app/templates/public/templates/main_template.html b/app/templates/public/templates/main_template.html index 1ab0172..af43ea9 100644 --- a/app/templates/public/templates/main_template.html +++ b/app/templates/public/templates/main_template.html @@ -18,7 +18,7 @@ diff --git a/app/templates/public/templates/public_template.html b/app/templates/public/templates/public_template.html index e44e42a..485aad5 100644 --- a/app/templates/public/templates/public_template.html +++ b/app/templates/public/templates/public_template.html @@ -18,7 +18,7 @@ @@ -28,11 +28,11 @@

Sitemap


diff --git a/app/templates/public/terms.html b/app/templates/public/terms.html index 67ac50d..56cfc5d 100644 --- a/app/templates/public/terms.html +++ b/app/templates/public/terms.html @@ -18,7 +18,7 @@
-

Leave a comment +

Leave a comment

{% for comment in comments %}
diff --git a/app/templates/public/upload_book.html b/app/templates/public/upload_book.html index 46f3926..7547bfe 100644 --- a/app/templates/public/upload_book.html +++ b/app/templates/public/upload_book.html @@ -9,10 +9,10 @@

Here you can upload a watermarked file that will be republished to Library Genesis. I will de-watermark your text and take care of the whole process of republishing. All watermarks will be removed.

-

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

+

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

- +

UPLOAD THE FILE

@@ -26,7 +26,7 @@

WATERMARK

- +

@@ -68,7 +68,7 @@

Books Requested

-

Fill a form to request a book

+

Fill a form to request a book

{% for book in books %}