mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
slack_import: Disable submit button if file is invalid.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<div class="not-editable-realm-field" id="slack-import-uploaded-file-name">{{ uploaded_import_file_name }}</div>
|
||||
</div>
|
||||
<div class="input-box">
|
||||
<button type="submit" class="register-button">
|
||||
<button type="submit" class="register-button"{% if invalid_file_error_message %} disabled{% endif %}>
|
||||
{{ _("Start import") }}
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user