aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_custom.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/base_custom.html')
-rw-r--r--templates/registration/base_custom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/base_custom.html b/templates/registration/base_custom.html
index 56b9180..9843f5e 100644
--- a/templates/registration/base_custom.html
+++ b/templates/registration/base_custom.html
@@ -10,7 +10,7 @@
<body>
{% block nav %}
{% endblock %}
- <main style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
+ <main id="main" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
{% block content %}
{% endblock %}
</main>