/
home
/
obinna
/
html
/
restaurants
/
templates
/
user
/
Upload File
HOME
{% extends 'base2.html.twig' %} {% block content %} <div class="register-form"> <div class="card"> <h3 class="text-center">Register to start using Cravvings Now</h3> <div class="card-body"> {{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }} {{ form_widget(form) }} <button class="btn btn-primary">Register</button> {{ form_end(form)}} </div> </div> </div> {% endblock %}