]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/views/themes/material/Registration/register_content.html.twig
move some files to UserBundle
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / views / themes / material / Registration / register_content.html.twig
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/material/Registration/register_content.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/material/Registration/register_content.html.twig
new file mode 100644 (file)
index 0000000..26a9143
--- /dev/null
@@ -0,0 +1,14 @@
+{% trans_default_domain 'FOSUserBundle' %}
+
+<form action="{{ path('fos_user_registration_register') }}" {{ form_enctype(form) }} method="POST" class="fos_user_registration_register">
+    <div class="card-content">
+    {{ form_widget(form) }}
+        <input type="submit" value="{{ 'registration.submit'|trans }}" />
+    </div>
+    <div class="card-action">
+        <button class="btn waves-effect waves-light" type="submit" name="send">
+            {% trans %}Create account{% endtrans %}
+            <i class="mdi-content-send right"></i>
+        </button>
+    </div>
+</form>