File tree Expand file tree Collapse file tree 20 files changed +45
-7
lines changed Expand file tree Collapse file tree 20 files changed +45
-7
lines changed Original file line number Diff line number Diff line change 1+ from django .contrib import admin
2+
3+ # Register your models here.
Original file line number Diff line number Diff line change 1+ from django .apps import AppConfig
2+
3+
4+ class CfpConfig (AppConfig ):
5+ name = 'cfp'
Original file line number Diff line number Diff line change 1+ from django .db import models
2+
3+ # Create your models here.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ from django .test import TestCase
2+
3+ # Create your tests here.
Original file line number Diff line number Diff line change 1+ from django .shortcuts import render
2+
3+ # Create your views here.
Original file line number Diff line number Diff line change 5454 </ div >
5555 < ul class ="nav navbar-nav ml-auto w-100 justify-content-end mb-5 pb-3 ">
5656 < li > < a class ="btn btn-light btn-sm round " href ="/# " role ="button "> Home</ a > </ li >
57+ < li > < a class ="btn btn-light btn-sm round " href ="/cfp " role ="button "> CFP</ a > </ li >
58+ < li > < a class ="btn btn-light btn-sm round " href ="/sponsors " role ="button "> Sponsors</ a > </ li >
59+ < li > < a class ="btn btn-light btn-sm round " href ="/organizers " role ="button "> Organizers</ a > </ li >
60+ < li > < a class ="btn btn-light btn-sm round " href ="/coc " role ="button "> CoC</ a > </ li >
5761{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> About</ a > </ li > #}
5862{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> News</ a > </ li > #}
59- {# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> CFP</ a > </ li > #}
60- {# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Sponsoring</ a > </ li > #}
6163{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Timetable</ a > </ li > #}
6264{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Travel</ a > </ li > #}
6365{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Tickets</ a > </ li > #}
6466{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Events</ a > </ li > #}
6567{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> FAQ</ a > </ li > #}
6668{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Contact</ a > </ li > #}
67- < li > < a class ="btn btn-light btn-sm round " href ="/organizers " role ="button "> Organizers</ a > </ li >
68- < li > < a class ="btn btn-light btn-sm round " href ="/coc " role ="button "> CoC</ a > </ li >
6969 </ ul >
7070 </ nav >
7171 </ div >
You can’t perform that action at this time.
0 commit comments