added next url to ssh create key view

This commit is contained in:
Levi 2017-05-21 22:38:12 -05:00
parent 02a2ac31c6
commit 65c6f1342b

View file

@ -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%}