Popover button:
<button
type="button"
class="btn btn-sm btn-secondary"
id="dodaj-poziv-za-clanove-tijela"
data-container="body"
data-toggle="popover"
title="Da li želite da dodate članove tijela u sastanak ?"
data-content=
"<form method='POST' action='{% url 'poziv_clanovi_dodaj'
poziv_id=poziv.id %}'>
<button type='submit' class='btn btn-success btn-sm clanovi
float-right'>Dodaj</button>
{% csrf_token %}
</form>
"
> Dodaj poziv za članove tijela</button>
In browser this button looks normal for working django versions 1.11 and
2.0 but in those that are not witch is every version above 2.0 including
2.1,2.2 and 3.0,3.1 it button has "> in it and after submitting i get
csrf token error
--
Ticket URL: <https://code.djangoproject.com/ticket/32283>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "popover_button_code.png" added.
* Attachment "button.png" added.
* Attachment "error.png" added.
* Attachment "button_plus_popover.png" added.
* status: new => closed
* resolution: => invalid
Old description:
New description:
--
Comment:
This ticket tracker isn't for getting help to debug your issue. Please see
TicketClosingReasons/UseSupportChannels for ways to get help. If you
identify that Django is at fault, please reopen with an explanation.
--
Ticket URL: <https://code.djangoproject.com/ticket/32283#comment:1>
Comment (by The Brko):
Replying to [comment:1 Tim Graham]:
> This ticket tracker isn't for getting help to debug your issue. Please
see TicketClosingReasons/UseSupportChannels for ways to get help. If you
identify that Django is at fault, please reopen with an explanation.
If something is working fine in django 2.0 and after upgrading to django
2.2.17 it doesn't and it is a problem of syntax written correctly but not
being read well it is fer to conclude that it is django's side of problem.
I will try to ask in other place as you suggested, though no much of
expectations to get issue resolved.
--
Ticket URL: <https://code.djangoproject.com/ticket/32283#comment:2>