{% load static %}
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
<script>
$(document).ready(function(){
window.location.replace("cloud.digitale-agentur.com/external/1");
localStorage.clear();
})
</script>