diff --git a/src/typefight/templates/auth.html b/src/typefight/templates/auth.html index 22684db..0f3f532 100644 --- a/src/typefight/templates/auth.html +++ b/src/typefight/templates/auth.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% from "_formhelpers.html" import render_field %} {% block style %} @@ -9,268 +10,12 @@