2021-07-17 16:44:31 +02:00
|
|
|
<div>
|
|
|
|
<label for="change_stream_name">
|
|
|
|
{{t 'Stream name' }}
|
|
|
|
</label>
|
2022-07-15 02:09:49 +02:00
|
|
|
<input type="text" id="change_stream_name" value="{{ stream_name }}" maxlength="{{ max_stream_name_length }}" />
|
2021-07-17 16:44:31 +02:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<label for="change_stream_description">
|
|
|
|
{{t 'Description' }}
|
|
|
|
</label>
|
2022-07-15 02:08:53 +02:00
|
|
|
<textarea id="change_stream_description" maxlength="{{ max_stream_description_length }}">{{ stream_description }}</textarea>
|
2021-07-05 11:26:23 +02:00
|
|
|
</div>
|