add host view: use 50/50 split for form and help

This commit is contained in:
Thomas Waldmann 2014-08-31 01:52:59 +02:00
parent 4178e700cd
commit 6fd1bd4da1

View File

@ -3,7 +3,7 @@
{% block content %} {% block content %}
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-6">
<div class="well well-sm"> <div class="well well-sm">
<h3>{% trans "Create a new Host" %}</h3> <h3>{% trans "Create a new Host" %}</h3>
<form method="post" action=""> <form method="post" action="">
@ -13,7 +13,7 @@
</form> </form>
</div> </div>
</div> </div>
<div class="col-md-8"> <div class="col-md-6">
<div class="well well-sm"> <div class="well well-sm">
<h3>{% trans "Help" %}</h3> <h3>{% trans "Help" %}</h3>
<p>{% trans "Here you can add new hosts (like routers, PCs, servers, ...)." %} <p>{% trans "Here you can add new hosts (like routers, PCs, servers, ...)." %}