init project cleaned
This commit is contained in:
28
templates/user/register_google.html.twig
Normal file
28
templates/user/register_google.html.twig
Normal file
@@ -0,0 +1,28 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
{% block title %}Inscription{% endblock %}
|
||||
{% block body %}
|
||||
|
||||
<head>
|
||||
<!-- Custom -->
|
||||
</head>
|
||||
<body>
|
||||
{% include "header.html.twig"%}
|
||||
<main>
|
||||
<div class="my-5 modal position-static d-block" tabindex="-1" role="dialog" id="modalSignup">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content rounded-5 border-0">
|
||||
<div class="modal-header p-5 pb-4 border-bottom-0">
|
||||
<h2 class="fw-bold mb-0">Inscription via Google</h2>
|
||||
<img src="/static/img/Google_logo.png" alt="Google_logo" height="50" >
|
||||
</div>
|
||||
<div class="modal-body p-5 pt-0">
|
||||
{% include 'forms/user/register_google.html.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% include "footer.html.twig"%}
|
||||
</body>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user