Changes between Version 1 and Version 2 of Ticket #34323


Ignore:
Timestamp:
Feb 8, 2023, 6:04:38 PM (20 months ago)
Author:
Tim Graham
Comment:

Please see TicketClosingReasons/UseSupportChannels for ways to get help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34323

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

    v1 v2  
    22
    33My HTML:
    4 '''
     4{{{
    55<!DOCTYPE html>
    66<html lang="en">
     
    4040</body>
    4141</html>
    42 '''
     42}}}
    4343
    4444
    4545My views.py:
    46 '''
     46{{{
    4747def register(request):
    4848
     
    6363
    6464    return render(request, 'index.html', {"form": form})
    65 '''
     65}}}
    6666
    6767
Back to Top