diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-11-15 17:39:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-15 17:39:25 +0100 |
| commit | 05aaf36d6dc5e8b0b44d41b81aaff92658643077 (patch) | |
| tree | 1c1a6afcc362ce695eeb12566a3ecd38bfc5c76a /print/templates/headline.html | |
| parent | f5c85183d9c874fca806917e50992daea4101496 (diff) | |
add editable footer
closes #346
Diffstat (limited to 'print/templates/headline.html')
| -rw-r--r-- | print/templates/headline.html | 4 |
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> |
