From f35d16c4068f02d5a929365871ee71092b54e28c Mon Sep 17 00:00:00 2001 From: elnappo Date: Tue, 25 Nov 2014 21:30:13 +0100 Subject: [PATCH] edit form is now a horizontal form --- nsupdate/main/templates/main/domain.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nsupdate/main/templates/main/domain.html b/nsupdate/main/templates/main/domain.html index 9deef5d..9b109f0 100644 --- a/nsupdate/main/templates/main/domain.html +++ b/nsupdate/main/templates/main/domain.html @@ -15,8 +15,10 @@

{% csrf_token %} - {{ form|bootstrap }} - + {{ form|bootstrap_horizontal:"col-sm-3 col-lg-3" }} +
+ +