Commit 42c94068 authored by Administrator's avatar Administrator

[FIX] HTML clean.

parent c5e0b29b
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
{% block content %} {% block content %}
<div class="container theme-showcase" role="main"> <div class="container theme-showcase" role="main">
<div class="jumbotron"> <div class="jumbotron">
<div class="row">
<div class="col-md-6">
<h1>My {{number}} projects</h1> <h1>My {{number}} projects</h1>
<p>Template showing my working space</p> <p>Template showing my working space</p>
<p> <p>
...@@ -28,12 +26,9 @@ ...@@ -28,12 +26,9 @@
>Add a project</button> >Add a project</button>
<div id="popover-content" class="hide"> <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> <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> </p>
</div> </div>
</div>
</div>
</div> </div>
<div class="container"> <div class="container">
......
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