Changes between Initial Version and Version 1 of Ticket #35313


Ignore:
Timestamp:
Mar 17, 2024, 6:58:03 PM (8 months ago)
Author:
Tim Graham
Comment:

See TicketClosingReasons/UseSupportChannels for places to get help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35313

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #35313 – Description

    initial v1  
    33I 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.
    44 
    5 This is my html code : <form action="{% url 'infos_view' %}" method="post">
     5This is my html code :
     6{{{
     7 <form action="{% url 'infos_view' %}" method="post">
    68    {% csrf_token %}
    79    <button type="submit" class="btn-header">En savoir plus</button>
     
    5052    margin-bottom: 20px; /* Ajoute de l'espace en bas du texte */
    5153}
    52 
     54}}}
    5355My button is only working when I reduce the size of my page.
Back to Top