From 5ad2d2e72c8fc02474369fac1d3a39f9b3589368 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 10:14:23 +0200 Subject: ogcp: improve page heading style Make headings take less space and have a dashed line under them. --- ogcp/templates/auth/user_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/auth/user_form.html') diff --git a/ogcp/templates/auth/user_form.html b/ogcp/templates/auth/user_form.html index 7b6b338..1cba9b2 100644 --- a/ogcp/templates/auth/user_form.html +++ b/ogcp/templates/auth/user_form.html @@ -7,7 +7,7 @@ {% block nav_user_add %}active{% endblock %} {% block content %} -

{% block subhead_heading %}{% endblock %}

+

{% block subhead_heading %}{% endblock %}

{{ form.hidden_tag() }} -- cgit v1.2.3-18-g5258