diff options
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> |
