Commit 33be9b7d authored by Administrator's avatar Administrator

[DESIGN] Template, button does not stuck to the top bar any more.

parent 37e31706
......@@ -16,7 +16,7 @@
<div class="container theme-showcase" role="main">
<div class="jumbotron">
<div class="row">
<div class="col-md-3">
<div class="col-md-6">
{% if project %}
<h1>{{ project.name }}</h1>
<h3> {{number}} corpora </h3>
......@@ -24,6 +24,8 @@
</div>
<div class="col-md-4">
<p>
<br>
<button
type="button"
class="btn btn-primary btn-lg"
......@@ -43,6 +45,7 @@
<input type="submit" class="btn" value="Add this corpus" />
</form>
</p>
</div>
</div>
......
......@@ -14,12 +14,13 @@
<div class="container theme-showcase" role="main">
<div class="jumbotron">
<div class="row">
<div class="col-md-3">
<div class="col-md-6">
<h1>My {{number}} projects</h1>
<p>Template showing my working space</p>
</div>
<div class="col-md-4"></div>
<div class="col-md-4">
<div class="col-md-1 content">
<p>
<br>
<button
type="button"
class="btn btn-primary btn-lg"
......@@ -29,6 +30,7 @@
>Add a project</button>
<div id="popover-content" class="hide">
<form enctype='multipart/form-data' action='/projects/' method='post'>{% csrf_token %}{{ form.non_field_errors }}{{ form.as_p}}<input type='submit' class="btn" value='Add this project !'/></form>
</p>
</div>
</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