added next url to ssh create key view

This commit is contained in:
Levi 2017-05-21 22:46:31 -05:00
commit 34d596f2ba
3 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@
{% if next_url %}
<script type="text/javascript">
window.location.href = '{{next_url}}'
window.location.href = '{{next_url}}';
</script>
{% endif %}