@ -169,10 +169,8 @@
return Math.floor(360*Math.random());
}
$(document).ready(function(){
$('.container').css('margin', 0);
rotace_a_posun($('.container'), randomUhel());
});
</script>
{% endif %}
{% render_block "js" %}
@ -1,4 +1,5 @@
def april(req):
return {'april': 2021}
if 'X-April' in req.headers:
try:
year = int(req.headers['X-April'])