diff --git a/templates/settings/account/bak.html.twig b/templates/settings/account/bak.html.twig new file mode 100644 index 0000000000..f101e088f1 --- /dev/null +++ b/templates/settings/account/bak.html.twig @@ -0,0 +1,43 @@ +{% extends 'base.html.twig' %} +{% block stylesheets %} + {{ parent() }} + + + +{% endblock %} + +{% block nav %} + + + +{% endblock %} + +{% block body %} +
+ {{ form(form) }} +
+{% endblock %} \ No newline at end of file diff --git a/templates/settings/account/email.html.twig b/templates/settings/account/email.html.twig new file mode 100644 index 0000000000..f101e088f1 --- /dev/null +++ b/templates/settings/account/email.html.twig @@ -0,0 +1,43 @@ +{% extends 'base.html.twig' %} +{% block stylesheets %} + {{ parent() }} + + + +{% endblock %} + +{% block nav %} + + + +{% endblock %} + +{% block body %} +
+ {{ form(form) }} +
+{% endblock %} \ No newline at end of file diff --git a/templates/settings/account/pass.html.twig b/templates/settings/account/pass.html.twig new file mode 100644 index 0000000000..f101e088f1 --- /dev/null +++ b/templates/settings/account/pass.html.twig @@ -0,0 +1,43 @@ +{% extends 'base.html.twig' %} +{% block stylesheets %} + {{ parent() }} + + + +{% endblock %} + +{% block nav %} + + + +{% endblock %} + +{% block body %} +
+ {{ form(form) }} +
+{% endblock %} \ No newline at end of file diff --git a/templates/settings/avatar.html.twig b/templates/settings/avatar.html.twig index 1f6d34676c..728ca516dc 100644 --- a/templates/settings/avatar.html.twig +++ b/templates/settings/avatar.html.twig @@ -10,4 +10,4 @@
{{ form(avatar) }}
-{% endblock form %} \ No newline at end of file +{% endblock form %}