diff --git a/templates/registration/login_embed.html b/templates/registration/login_embed.html index 1cfdfa5b..f14a1d28 100644 --- a/templates/registration/login_embed.html +++ b/templates/registration/login_embed.html @@ -1,4 +1,5 @@ {% extends 'base_embed.html' %} +{% load widget_tweaks %} {% block title %}Login{% endblock %} @@ -6,6 +7,24 @@