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 54
54
</ div >
55
55
< ul class ="nav navbar-nav ml-auto w-100 justify-content-end mb-5 pb-3 ">
56
56
< 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 >
57
61
{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> About</ a > </ li > #}
58
62
{# < 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 > #}
61
63
{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Timetable</ a > </ li > #}
62
64
{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Travel</ a > </ li > #}
63
65
{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Tickets</ a > </ li > #}
64
66
{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> Events</ a > </ li > #}
65
67
{# < li > < a class ="btn btn-light btn-sm round " href ="# " role ="button "> FAQ</ a > </ li > #}
66
68
{# < 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 >
69
69
</ ul >
70
70
</ nav >
71
71
</ div >
You can’t perform that action at this time.
0 commit comments