Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
schilder
schildergenerator
Commits
c0fb548a
Commit
c0fb548a
authored
Aug 04, 2015
by
Dave Kliczbor
Browse files
Improved README, changed some wording
parent
c43eb9ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/schild.html
View file @
c0fb548a
...
...
@@ -26,7 +26,7 @@
<input
type=
"submit"
value=
"Schild drucken"
/>
</form>
<a
href=
"${ url_for('pdfdownload', pdfname=filename + '.pdf') }"
>
Schild als PDF herunterladen.
</a>
<a
href=
"${ url_for('edit_one', filename=filename) }"
>
Als Vorlage für ein neues Schild nehm
en.
</a>
<a
href=
"${ url_for('edit_one', filename=filename) }"
>
Schild bearbeiten/als Vorlage verwend
en.
</a>
<form
method=
"post"
action=
"${ url_for('delete') }"
>
<input
type=
"hidden"
name=
"filename"
value=
"${filename}"
/>
<input
type=
"submit"
value=
"Schild löschen"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment