mirror of https://github.com/zulip/zulip.git
6 lines
264 B
Handlebars
6 lines
264 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>
|