added next url to ssh create key view
This commit is contained in:
parent
02a2ac31c6
commit
65c6f1342b
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,9 @@
|
||||||
|
|
||||||
|
|
||||||
{% if next_url %}
|
{% if next_url %}
|
||||||
window.location.href = '{{next_url}}'
|
<script type="text/javascript">
|
||||||
|
window.location.href = '{{next_url}}'
|
||||||
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{%endblock%}
|
{%endblock%}
|
||||||
|
|
Loading…
Reference in a new issue