Ralfp 12 лет назад
Родитель
Сommit
08749538ec
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      templates/cranefly/register.html
  2. 1 1
      templates/cranefly/signin.html

+ 1 - 1
templates/cranefly/register.html

@@ -43,7 +43,7 @@
           </fieldset>
           {% if form.has_captcha %}
           <fieldset{% if 'accept_tos' not in form.fields %} class="last"{% endif %}>
-            {{ form_theme(form, 8) }}
+            {{ form_theme.captcha(form, 8) }}
           </fieldset>
           {% endif %}
           {% if 'accept_tos' in form.fields %}

+ 1 - 1
templates/cranefly/signin.html

@@ -7,7 +7,7 @@
 {% block content %}
 <div class="row">
   <div class="span6 offset3">
-    <div class="form-container">
+    <div class="form-container container-horizontal">
 
       <div class="form-header">
         <h1>{% trans %}Sign In to Your Account{% endtrans %}</h1>