mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
Fix indentation for templates/zerver/integrations/index.html.
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="integration-instructions-group">
|
<div id="integration-instructions-group">
|
||||||
{% for integration in integrations_dict.values() %}
|
{% for integration in integrations_dict.values() %}
|
||||||
{% if integration.is_enabled() %}
|
{% if integration.is_enabled() %}
|
||||||
<div id={{ integration.name }} class="integration-instructions">
|
<div id={{ integration.name }} class="integration-instructions">
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div> <!-- .inner-content -->
|
</div> <!-- .inner-content -->
|
||||||
</div> <!-- .padded-content -->
|
</div> <!-- .padded-content -->
|
||||||
|
|||||||
@@ -130,7 +130,6 @@ def check_html_templates(templates, all_dups):
|
|||||||
'templates/zerver/hello.html',
|
'templates/zerver/hello.html',
|
||||||
'templates/zerver/home.html',
|
'templates/zerver/home.html',
|
||||||
'templates/zerver/index.html',
|
'templates/zerver/index.html',
|
||||||
'templates/zerver/integrations/index.html',
|
|
||||||
'templates/zerver/keyboard_shortcuts.html',
|
'templates/zerver/keyboard_shortcuts.html',
|
||||||
'templates/zerver/login.html',
|
'templates/zerver/login.html',
|
||||||
'templates/zerver/markdown_help.html',
|
'templates/zerver/markdown_help.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user