added next url to ssh create key view

This commit is contained in:
Levi 2017-05-21 22:35:43 -05:00
commit 02a2ac31c6
2 changed files with 6 additions and 2 deletions

View file

@ -113,6 +113,10 @@
{%endif%}
{% if next_url %}
window.location.href = '{{next_url}}'
{% endif %}
{%endblock%}