diff options
Diffstat (limited to 'templates/write_note_form.php')
| -rw-r--r-- | templates/write_note_form.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php index 55ed77e..d2dae61 100644 --- a/templates/write_note_form.php +++ b/templates/write_note_form.php @@ -18,6 +18,10 @@ <input type="text" id="noteSummary" name="summary" autocomplete="off"> </div> <div class="row"> + <label class="standalone"><?= __('writeNote.mentions.label') ?></label> + <?php call_template('user_mention_pill'); ?> + </div> + <div class="row"> <label for="noteScope"><?= __('writeNote.scope.label') ?></label> <select name="scope" id="noteScope" required autocomplete="off"> <option value="none"><?= __('note.privacy.scope.none') ?></option> |
