aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-06-21 14:26:46 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-06-21 14:26:46 +0200
commit4e3a07d57519d6964b8c946e929a09ba19c13590 (patch)
tree799982e64b4292187aee7b6996fa4c850d8dc3dc /templates/registration
parentDoc, doctypes, users all done (diff)
downloadscout-subs-4e3a07d57519d6964b8c946e929a09ba19c13590.tar.gz
scout-subs-4e3a07d57519d6964b8c946e929a09ba19c13590.zip
Pdf download, filter on doc type
Diffstat (limited to 'templates/registration')
-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>