small (code) style optimization
This commit is contained in:
@@ -36,6 +36,7 @@ h1, p, a {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 12px;
|
||||
font-size: 1.3rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -7,5 +7,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
You have been logged out.
|
||||
|
||||
<p>logged out, cya 👋</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<form id="login-form" method="post" action="{% url 'login' %}">
|
||||
{% csrf_token %}
|
||||
<label for="id_username">username</label>
|
||||
@@ -19,4 +20,5 @@
|
||||
<input id="login-button" type="submit" value="login"/>
|
||||
<input type="hidden" name="next" value="{{ next }}"/>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user