Skip to content

Commit

Permalink
Display bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Feb 10, 2024
1 parent 8cfaef0 commit 30d1e87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/templates/admin/edithomepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4>Formatting Notes</h4>
required></textarea>
<div id="preview" class="md-preview">
<div class="card" class="home1">
<div id="home"></div>
<div id="home" class="smarkdown"></div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/home_fragment/home1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block main %}
<div id="home-container">
<div id="home"></div>
<div id="home" class="smarkdown"></div>
</div>
{% endblock %}
{% block script %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/home_fragment/home2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block main %}
<div class="card home2" id="home-container">
<div id="home" class="hidden"></div>
<div id="home" class="smarkdown"></div>
</div>
<h2>Announcements</h2>
{% for announcement in props["data"] %}
Expand Down
3 changes: 1 addition & 2 deletions src/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</div>
</nav>

<script src="/assets/js/nav.js"></script>
<main class="container">
{% set maintenance = namespace(flag=false) %}
{% with msg = get_flashed_messages(with_categories=True) %}
Expand Down Expand Up @@ -101,7 +101,6 @@
</p>
</footer>

<script src="/assets/js/nav.js"></script>
<script src="/assets/js/showdown.min.js"></script>
<script src="/assets/js/purify.min.js"></script>
<script src="/assets/js/convertMD.js"></script>
Expand Down

0 comments on commit 30d1e87

Please sign in to comment.