Commit 67bedf61 authored by sim's avatar sim

[FIX] Submit Add new project form with return key

parent e807606c
...@@ -57,21 +57,23 @@ ...@@ -57,21 +57,23 @@
</button> </button>
<div id="popover-content" class="hide"> <div id="popover-content" class="hide">
<div id="createForm" class="form-group"> <form>
{% csrf_token %} <div id="createForm" class="form-group">
<div id="status-form" class="collapse"></div> {% csrf_token %}
<div id="status-form" class="collapse"></div>
<div class="row inline">
<label class="col-lg-3" for="inputName" ><span class="pull-right">Name:</span></label> <div class="row inline">
<input class="col-lg-8" type="text" id="inputName" class="form-control"> <label class="col-lg-3" for="inputName" ><span class="pull-right">Name:</span></label>
</div> <input class="col-lg-8" type="text" id="inputName" class="form-control">
</div>
<div class="row inline">
<div class="col-lg-3"></div> <div class="row inline">
<button id="createProject" class="btn btn-primary btn-sm col-lg-8 push-left">Add Project</button> <div class="col-lg-3"></div>
<div class="col-lg-2"></div> <button id="createProject" class="btn btn-primary btn-sm col-lg-8 push-left">Add Project</button>
<div class="col-lg-2"></div>
</div>
</div> </div>
</div> </form>
</div> </div>
</p> </p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment