diff options
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/base_client.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index ff0b9d8..ad2fadc 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -99,6 +99,8 @@ max-height: 90% !important; } } + {% block style %} + {% endblock %} </style> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="utf-8"> |