Skip to content

Commit

Permalink
fix: Day2 Schedule not showing (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorexsalvo authored Jan 21, 2024
1 parent 51a8cca commit 1da01ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyconph/home/templates/home/_schedules.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 class="font-medium text-48 md:text-80 text-white mb-20">
</div>

<div id="second" class="tabcontent hidden">
<div id="dp2">test</div>
<div id="dp2"></div>
</div>
</div>
</div>
Expand All @@ -44,7 +44,6 @@ <h2 class="font-medium text-48 md:text-80 text-white mb-20">
{% block extra_js %}
<script type="text/javascript">
const config = {
startDate: "2024-02-25",
viewType: "Resources",
theme: "calendar_blue",
businessBeginsHour: 8,
Expand Down

0 comments on commit 1da01ac

Please sign in to comment.