diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-06-21 14:26:46 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-06-21 14:26:46 +0200 |
commit | 4e3a07d57519d6964b8c946e929a09ba19c13590 (patch) | |
tree | 799982e64b4292187aee7b6996fa4c850d8dc3dc /templates | |
parent | Doc, doctypes, users all done (diff) | |
download | scout-subs-4e3a07d57519d6964b8c946e929a09ba19c13590.tar.gz scout-subs-4e3a07d57519d6964b8c946e929a09ba19c13590.zip |
Pdf download, filter on doc type
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/base_custom.html | 2 |
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> |