mirror of https://github.com/zulip/zulip.git
home: Make `translations` load before `app` bundle.
This commit is contained in:
parent
25ac6e812f
commit
d1bfb59872
|
@ -28,9 +28,9 @@
|
|||
|
||||
</style>
|
||||
|
||||
{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }}
|
||||
{{ minified_js('app', csp_nonce)|safe }}
|
||||
{{ render_bundle('app-styles', attrs='nonce="%s"' % (csp_nonce)) }}
|
||||
{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }}
|
||||
{{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }}
|
||||
{% include "zerver/app/topic_is_muted.html" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue