2018-03-09 23:26:04 +01:00
|
|
|
<form class="room-invite">
|
2017-11-05 18:47:30 +01:00
|
|
|
{[ if (o.error_message) { ]}
|
|
|
|
<span class="pure-form-message error">{{{o.error_message}}}</span>
|
2017-07-21 19:53:34 +02:00
|
|
|
{[ } ]}
|
2018-03-09 23:26:04 +01:00
|
|
|
<input class="form-control invited-contact" placeholder="{{{o.label_invitation}}}" type="text"/>
|
2017-02-27 18:50:55 +01:00
|
|
|
</form>
|