Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
|
b6955bf294 | ||
|
5d652b296b | ||
|
d58c448295 | ||
|
e544c14967 |
1 changed files with 7 additions and 3 deletions
|
@ -177,7 +177,6 @@
|
||||||
{% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %}
|
{% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %}
|
||||||
<script type="text/javascript">{{ request.profile.user_script|safe }}</script>
|
<script type="text/javascript">{{ request.profile.user_script|safe }}</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#content {
|
#content {
|
||||||
|
@ -189,10 +188,15 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</noscript>
|
</noscript>
|
||||||
<style>
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
|
||||||
|
<script>
|
||||||
|
var snowflakes = new Snowflakes({
|
||||||
|
speed: 0.3,
|
||||||
|
count: 20,
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<svg width="0" height="0" style="display: block">
|
<svg width="0" height="0" style="display: block">
|
||||||
<defs>
|
<defs>
|
||||||
<clipPath id="rating-clip"><circle cx="8" cy="8" r="7"/></clipPath>
|
<clipPath id="rating-clip"><circle cx="8" cy="8" r="7"/></clipPath>
|
||||||
|
|
Loading…
Reference in a new issue