diff --git a/pinaxcon/templates/registrasion/base.html b/pinaxcon/templates/registrasion/base.html new file mode 100644 index 0000000000000000000000000000000000000000..d6a6615bb97e98750bea7887467c6406180605b1 --- /dev/null +++ b/pinaxcon/templates/registrasion/base.html @@ -0,0 +1,5 @@ +{% extends "site_base.html" %} + +{% block body_outer %} + {% block body %}{% endblock %} +{% endblock %}