remove mismatched html tags
[redakcja.git] / redakcja / templates / registration.html
index 43a8c39..8d43d53 100644 (file)
@@ -26,7 +26,7 @@
             {{ form.password.errors }}
             <input class="form-control" name="password" type="password">
 
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Register" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Register" %}</button>
     </form>
 
 </div>