mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
6 lines
262 B
Handlebars
6 lines
262 B
Handlebars
<div class="input-group" name="{{botname}}" id="{{botname}}_{{key}}">
|
|
<label for="{{botname}}_{{key}}_input">{{key}}</label>
|
|
<input type="text" name="{{key}}" id="{{botname}}_{{key}}_input"
|
|
maxlength=1000 placeholder="{{value}}" value="" />
|
|
</div>
|