Merge pull request #255 from levivm/develop

added next url to ssh create key view
This commit is contained in:
Levi Velázquez 2017-05-21 22:38:38 -05:00 committed by GitHub
commit 8f310c1ceb

View file

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