mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
Merge pull request #6619 from Simounet/fix/6618-mass-action-not-submitting
Fix #6618 mass action buttons not submitting anything
This commit is contained in:
commit
439e906c44
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
<input id="mass-action-tags-displayed" class="toggle-checkbox" type="checkbox" />
|
<input id="mass-action-tags-displayed" class="toggle-checkbox" type="checkbox" />
|
||||||
<div class="mass-action-tags">
|
<div class="mass-action-tags">
|
||||||
<input type="text" class="mass-action-tags-input" name="tags" placeholder="{{ 'entry.list.mass_action_tags_input_placeholder'|trans }}" required />
|
<input type="text" class="mass-action-tags-input" name="tags" placeholder="{{ 'entry.list.mass_action_tags_input_placeholder'|trans }}" />
|
||||||
<button class="btn cyan darken-1" type="submit" name="tag">Ajouter</button>
|
<button class="btn cyan darken-1" type="submit" name="tag">Ajouter</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue