Changes between Initial Version and Version 1 of Ticket #34323


Ignore:
Timestamp:
Feb 8, 2023, 5:11:50 PM (16 months ago)
Author:
ODOshmocke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34323 – Description

    initial v1  
    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