fix typo
This commit is contained in:
parent
91a18bd70a
commit
de03e29cd8
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# PDF Web Toolkit
|
# PDF Web Toolkit
|
||||||
|
|
||||||
A Web-Application allowing you to splitt and merge PDF-Files.
|
A Web-Application allowing you to split and merge PDF-Files.
|
||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
|
|
|
||||||
2
app.py
2
app.py
|
|
@ -37,7 +37,7 @@ def project():
|
||||||
|
|
||||||
|
|
||||||
@app.route('/split')
|
@app.route('/split')
|
||||||
def splitt():
|
def split():
|
||||||
return render_template('base.html', page='split', settings='set', error=False)
|
return render_template('base.html', page='split', settings='set', error=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="page_description_div" id="splitt_description_div">
|
<div class="page_description_div" id="splitt_description_div">
|
||||||
<p class="page_description_p" id="splitt_description_p">
|
<p class="page_description_p" id="splitt_description_p">
|
||||||
Upload a PDF that you want to be splitt into seperate pages.
|
Upload a PDF that you want to be split into seperate pages.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue