Skip to content
Snippets Groups Projects
Commit 2df27374 authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Test spawn.html

parent 3867f262
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/spawn.html" %}
{% block heading %}
<form enctype="multipart/form-data" id="spawn_form" action="{{url}}" method="post" role="form">
{{spawner_options_form | safe}}
<br>
<div class="feedback-container">
<input type="submit" value="Start" class="btn btn-jupyter form-control">
<div class="feedback-widget hidden">
<i class="fa fa-spinner"></i>
</div>
</div>
</form>
<p>Testing spawner</p>
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment