diff --git a/static/css/formulaire_inscription.css b/static/css/formulaire_inscription.css new file mode 100644 index 0000000..f4c600f --- /dev/null +++ b/static/css/formulaire_inscription.css @@ -0,0 +1,3 @@ +.asteriskField { + display: none; +} diff --git a/templates/base.html b/templates/base.html index 1499ba8..d388a90 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,15 +6,15 @@ {% load static %} - - - - - - - - - {% block head-javascript %}{% endblock %} + + + + + {% block stylesheet %}{% endblock %} + + + + {% block head-javascript %}{% endblock %}