{% extends "base.html" %}
{% block body %}
- <form method="POST" action="." class="simple-form">
+ <h1>Zaloguj / Zarejestruj</h1>
+
+ <form method="POST" action="." class="cuteform">
<ol>
{{ form.as_ul }}
<li><input type="submit" value="Zaloguj" /></li>