diff --git a/templates/asuzr/base.html b/templates/asuzr/base.html index 58482c9..bb91b0f 100644 --- a/templates/asuzr/base.html +++ b/templates/asuzr/base.html @@ -37,6 +37,10 @@ .gray { color: lightgray; } + #dateform { + margin-left: 12px; + margin-top: 6px; + } body { background: #F5F5F5 } @@ -69,7 +73,7 @@ {% block controls %} {% if form %} -
+ {{ form }}