mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #187 from openclassify/basetheme
create asset_inline js for unminified code
This commit is contained in:
commit
1f203295c5
@ -22,6 +22,12 @@
|
||||
{% endfor %}
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
{% for script in asset_inlines("customjs.js") %}
|
||||
{{ script|raw }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
|
||||
{# Include Styles Loaded From Outside #}
|
||||
<style type="text/css">
|
||||
{% for style in asset_inlines("styles.css", ["min"]) %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user