Created
November 12, 2020 14:28
-
-
Save guillaumebdx/f6878f7facfc86c04ab9eea9193d02c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% extends 'layout.html.twig' %} | |
| {% block content %} | |
| <form action="" method="post"> | |
| <input type="text" name="name" placeholder="Entrez le nom du produit"> | |
| <select name="category" id=""> | |
| {# TODO: Add categories here #} | |
| </select> | |
| </form> | |
| {% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment