22<!DOCTYPE html>
33< html >
44
5- < head >
6- < title > {{title|default:'Commitfest' }}</ title >
7- < link rel ="stylesheet " href ="/media/commitfest/css/jquery-ui.css " type ="text/css ">
8- < link rel ="stylesheet " href ="/media/commitfest/css/bootstrap.css " />
9- < link rel ="stylesheet " href ="/media/commitfest/css/bootstrap-theme.min.css " />
10- < link rel ="stylesheet " href ="/media/commitfest/css/commitfest.css?{% static_file_param %} " />
11- < link rel ="shortcut icon " href ="/media/commitfest/favicon.ico " />
12- {%block extrahead%}{%endblock%}
13- {%if rss_alternate%}
14- < link rel ="alternate " type ="application/rss+xml " title ="{{rss_alternate_title}} " href ="{{rss_alternate}} " /> {%endif%}
15- </ head >
5+ < head >
6+ < title > {{title|default:'Commitfest' }}</ title >
7+ < link rel ="stylesheet " href ="/media/commitfest/css/jquery-ui.css " type ="text/css ">
8+ < link rel ="stylesheet " href ="/media/commitfest/css/bootstrap.css " />
9+ < link rel ="stylesheet " href ="/media/commitfest/css/bootstrap-theme.min.css " />
10+ < link rel ="stylesheet " href ="/media/commitfest/css/commitfest.css?{% static_file_param %} " />
11+ < link rel ="shortcut icon " href ="/media/commitfest/favicon.ico " />
12+ {%block extrahead%}{%endblock%}
13+ {%if rss_alternate%}
14+ < link rel ="alternate " type ="application/rss+xml " title ="{{rss_alternate_title}} " href ="{{rss_alternate}} " /> {%endif%}
15+ </ head >
1616
17- < body >
18- < div class ="container-fluid ">
19- < ul class ="breadcrumb ">
20- {%if title %}
21- < li > < a href ="/ "> Home</ a > </ li >
22- {%for c in breadcrumbs%}
23- < li > < a href ="{{c.href}} "> {{c.title}}</ a > </ li >
24- {%endfor%}
25- < li class ="active "> {{title}}</ li >
26- {%else%}
27- < li class ="active "> Home</ li >
28- {%endif%}
29- < li class ="pull-right active ">
30- {%if user.is_authenticated%}
31- Logged in as {{user}} (< a href ="/account/profile/ "> edit profile</ a > | < a href ="/account/logout/ "> log out</ a > {%if
32- user.is_staff%} | < a href ="/admin/ "> administration</ a > {%endif%})
33- {%else%}
34- < a href ="/account/login/?next={{request.path}} "> Log in</ a >
35- {%endif%}
36- </ li >
37- < li class ="pull-right active ">
38- < a href ="https://github.com/postgres/pgcommitfest " target ="_blank "
39- style ="color: white; padding: 8px 12px; background-color: #24292e; border-radius: 5px; text-decoration: none; ">
40- Contribute on GitHub
41- </ a >
42- </ li >
43- {%if header_activity%} < li class ="pull-right active "> < a href ="{{header_activity_link}} "> {{header_activity}}</ a >
44- </ li > {%endif%}
45- </ ul >
17+ < body >
18+ < div class ="container-fluid ">
19+ < ul class ="breadcrumb ">
20+ {%if title %}
21+ < li > < a href ="/ "> Home</ a > </ li >
22+ {%for c in breadcrumbs%}
23+ < li > < a href ="{{c.href}} "> {{c.title}}</ a > </ li >
24+ {%endfor%}
25+ < li class ="active "> {{title}}</ li >
26+ {%else%}
27+ < li class ="active "> Home</ li >
28+ {%endif%}
29+ < li class ="pull-right active ">
30+ {%if user.is_authenticated%}
31+ Logged in as {{user}} (< a href ="/account/profile/ "> edit profile</ a > | < a href ="/account/logout/ "> log out</ a > {%if
32+ user.is_staff%} | < a href ="/admin/ "> administration</ a > {%endif%})
33+ {%else%}
34+ < a href ="/account/login/?next={{request.path}} "> Log in</ a >
35+ {%endif%}
36+ </ li >
37+ < li class ="pull-right active ">
38+ < a href ="https://github.com/postgres/pgcommitfest " target ="_blank "
39+ style ="color: white; padding: 8px 12px; background-color: #24292e; border-radius: 5px; text-decoration: none; ">
40+ Contribute on GitHub
41+ </ a >
42+ </ li >
43+ {%if header_activity%} < li class ="pull-right active "> < a href ="{{header_activity_link}} "> {{header_activity}}</ a >
44+ </ li > {%endif%}
45+ </ ul >
4646
47- {%if title %}
48- < h1 > {{title}}</ h1 >
49- {%endif%}
47+ {%if title %}
48+ < h1 > {{title}}</ h1 >
49+ {%endif%}
5050
51- {%if messages%}
52- {%for m in messages%}
53- < div class ="alert {{m.tags|alertmap}} "> {{m}}</ div >
54- {%endfor%}
55- {%endif%}
51+ {%if messages%}
52+ {%for m in messages%}
53+ < div class ="alert {{m.tags|alertmap}} "> {{m}}</ div >
54+ {%endfor%}
55+ {%endif%}
5656
57- {%block contents%}
58- {%endblock%}
59- </ div >
60- < script src ="/media/commitfest/js/jquery.js "> </ script >
61- < script src ="/media/commitfest/js/jquery-ui.js "> </ script >
62- < script src ="/media/commitfest/js/bootstrap.js "> </ script >
63- < script src ="/media/commitfest/js/commitfest.js?{% static_file_param %} "> </ script >
64- {%block morescript%}{%endblock%}
57+ {%block contents%}
58+ {%endblock%}
59+ </ div >
60+ < script src ="/media/commitfest/js/jquery.js "> </ script >
61+ < script src ="/media/commitfest/js/jquery-ui.js "> </ script >
62+ < script src ="/media/commitfest/js/bootstrap.js "> </ script >
63+ < script src ="/media/commitfest/js/commitfest.js?{% static_file_param %} "> </ script >
64+ {%block morescript%}{%endblock%}
6565
66- </ html >
66+ </ html >
0 commit comments