Changes between Initial Version and Version 1 of Ticket #35313
- Timestamp:
- Mar 17, 2024, 6:58:03 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35313
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #35313 – Description
initial v1 3 3 I have a little problem with my code. Indeed, I have been trying to fix it for a while but I did not find any solutions. 4 4 5 This is my html code : <form action="{% url 'infos_view' %}" method="post"> 5 This is my html code : 6 {{{ 7 <form action="{% url 'infos_view' %}" method="post"> 6 8 {% csrf_token %} 7 9 <button type="submit" class="btn-header">En savoir plus</button> … … 50 52 margin-bottom: 20px; /* Ajoute de l'espace en bas du texte */ 51 53 } 52 54 }}} 53 55 My button is only working when I reduce the size of my page.