home: Make `translations` load before `app` bundle.

This commit is contained in:
Shubham Dhama 2018-05-30 22:56:59 +05:30
parent 25ac6e812f
commit d1bfb59872
1 changed files with 1 additions and 1 deletions

View File

@ -28,9 +28,9 @@
</style> </style>
{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }}
{{ minified_js('app', csp_nonce)|safe }} {{ minified_js('app', csp_nonce)|safe }}
{{ render_bundle('app-styles', attrs='nonce="%s"' % (csp_nonce)) }} {{ 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)) }} {{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }}
{% include "zerver/app/topic_is_muted.html" %} {% include "zerver/app/topic_is_muted.html" %}
{% endblock %} {% endblock %}