Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 5846a0f

Browse files
committed
Merge remote-tracking branch 'upstream/ep2021' into ep2021
2 parents 07398fa + 2edc5f0 commit 5846a0f

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ deployment-requirements:
122122
chmod a+r requirements.txt
123123

124124
install:
125-
pip install -U pip==19.3.1
125+
pip install -U pip
126126
pip install -U pip-tools
127127
pip-sync requirements.txt
128128

requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ social-auth-core[openidconnect]
2121
markdown2
2222

2323
# 3.7 DjangoCMS LTS release
24+
# Please note that django-cms relies on django-treebeard and version 4.5.1 of
25+
# that package is incompatible: https://stackoverflow.com/questions/66776994/
2426
django-cms<3.8
27+
django-treebeard<4.5.1
2528
djangocms-admin-style
2629
djangocms-text-ckeditor
2730
django-filer

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
anglicize==0.0.3
88
# via -r requirements.in
9+
appnope==0.1.2
10+
# via ipython
911
backcall==0.2.0
1012
# via ipython
1113
cairocffi==1.2.0
@@ -89,8 +91,10 @@ django-taggit==1.3.0
8991
# via
9092
# -r requirements.in
9193
# django-taggit-labels
92-
django-treebeard==4.5.1
93-
# via django-cms
94+
django-treebeard==4.4
95+
# via
96+
# -r requirements.in
97+
# django-cms
9498
django==2.2.19
9599
# via
96100
# -r requirements.in

templates/conference/homepage/_schedule_overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ <h5>Monday &amp; Tuesday</h5>
1212
<div class="card-body">
1313
<h5 class="card-title">Trainings &amp;
1414
Workshops</h5> <p class="card-text">Two days of
15-
training session and workshop. You'll have multiple
16-
3 hour long sessions with our experts. <br/> <br/>
17-
Our <a href="{% page_url 'tickets'%}">combined
15+
training session and workshop. You'll have more
16+
than 10 three hour long sessions with our experts. <br/> <br/>
17+
Our <a href="{% page_url 'tickets'%}#combined">combined
1818
tickets</a> give you access to the training
1919
sessions.</p>
2020
</div>
@@ -29,11 +29,11 @@ <h5>Wednesday to Friday</h5>
2929
</div>
3030
<div class="card-body">
3131
<h5 class="card-title">Conference Days</h5> <p
32-
class="card-text"> Over 110 sessions in 4 parallel
32+
class="card-text"> Over 110 sessions in several parallel
3333
tracks.<br> Keynotes, talks, poster sessions, help
3434
desks, recruitment sessions, lightning talks, panels
3535
and more. <br/> <br/> All included in the <a
36-
href="{% page_url 'tickets'%}">main conference
36+
href="{% page_url 'tickets'%}#conference">main conference
3737
ticket</a>.</p>
3838
</div>
3939
</div>
@@ -49,9 +49,9 @@ <h5 class="card-title">Sprints</h5> <p
4949
class="card-text">Unique opportunity to contribute
5050
to your favorite Python projects and learn new
5151
skills.<br/> <br/> Included in the combined and
52-
conference tickets. You can also <a href="{%
53-
page_url 'tickets'%}">register just for the sprints
54-
for free</a>.</p>
52+
conference tickets. You can also
53+
<a href="{% page_url 'tickets'%}#sprint">register
54+
just for the sprints for free</a>.</p>
5555
</div>
5656
</div>
5757
</div>

templates/conference/homepage/_sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4>Silver</h4>
3939
<p>Early bird sponsors will receive a 10% discount on their package price</p>
4040
{% endcomment %}
4141

42-
<p>Are you an SME seeking greater exposure? We have special <a href="{% page_url 'sponsor-packages' %}#Small-Entity-Discounts">sponsorship discounts</a> for you!</p>
42+
<p>Are you an SME seeking greater exposure? We have special <a href="{% page_url 'sponsor-packages' %}#sme">sponsorship discounts</a> for you!</p>
4343
</div>
4444
</div>
4545

0 commit comments

Comments
 (0)