summaryrefslogtreecommitdiff
path: root/print/templates/headline.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2018-11-15 17:39:25 +0100
committerGitHub <noreply@github.com>2018-11-15 17:39:25 +0100
commit05aaf36d6dc5e8b0b44d41b81aaff92658643077 (patch)
tree1c1a6afcc362ce695eeb12566a3ecd38bfc5c76a /print/templates/headline.html
parentf5c85183d9c874fca806917e50992daea4101496 (diff)
add editable footer
closes #346
Diffstat (limited to 'print/templates/headline.html')
-rw-r--r--print/templates/headline.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/templates/headline.html b/print/templates/headline.html
index bf112dea..11ef3ba5 100644
--- a/print/templates/headline.html
+++ b/print/templates/headline.html
@@ -1,7 +1,7 @@
<figure class="brandlogo">
- <label for="logo-picker">
+ <label class="logo-upload">
<img src="{{ logo.src or "resources/inkstitch-logo.svg" }}" alt="{{ logo.title }}" title="{{ logo.title }}" data-field-name="logo">
- <input type=file id="logo-picker" />
+ <input type=file class="logo-picker" />
<span class="logo-instructions">{{ _("Click to choose another logo") }}</span>
</label>
</figure>