Changes between Initial Version and Version 1 of Ticket #31605, comment 4


Ignore:
Timestamp:
May 19, 2020, 7:54:04 AM (4 years ago)
Author:
Rory Patrick Sheridan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31605, comment 4

    initial v1  
    1 That is in context processors, it is added by default. Also, take not of the screenshots. Messages works just fine when there is no whitespace with he exact same code.
    2 Did you even read what was written? I have screenshots showing that when there is whitespace it shows in cookies, but not messages, contrasted with no whitespace and messages showing up. The code is fully functional for messages when they lack whitespace.
     1That is in context processors, it is added by default.
     2
     3Also, take not of the screenshots. Messages works just fine when there is no whitespace with he exact same code. Why would that happen if that was missing from context processors?
     4
     5Did you even read what was written or looked at the attached files? I have screenshots showing that when there is whitespace it shows in cookies, but is not parsed by the page as messages, contrasted with no whitespace and messages showing up. The code is fully functional for messages when they lack whitespace.
     6I have also tested using tutorials and code examples from the django website (as I have already written).
Back to Top