cleaner spaces

This commit is contained in:
imperosol 2024-11-28 12:15:32 +01:00
parent 670417bb2f
commit 66aa93d488
3 changed files with 4 additions and 2 deletions

View File

@ -262,8 +262,10 @@ a:not(.button) {
font-weight: normal;
color: white;
padding: 9px 13px;
margin: 3px;
border: none;
text-decoration: none;
text-align: center;
border-radius: 5px;
&.btn-blue {
@ -367,6 +369,7 @@ a:not(.button) {
.alert-aside {
display: flex;
flex-direction: column;
gap: 5px;
}
}

View File

@ -5,6 +5,6 @@
hx-swap="outerHTML"
>
{% csrf_token %}
{{ form.as_div() }}
{{ form.as_p() }}
<input type="submit" value="{% trans %}Save{% endtrans %}">
</form>

View File

@ -15,7 +15,6 @@
<a class="btn btn-blue" href="{{ subscription.member.get_absolute_url() }}">
{% trans %}Go to user profile{% endtrans %}
</a>
<br>
<a class="btn btn-grey" href="{{ url("subscription:subscription") }}">
{# We don't know if this fragment is displayed after creating a subscription
for a previously existing user or for a newly created one.