Skip to content

Commit

Permalink
style test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 29, 2024
1 parent 02d37f1 commit 3dbb821
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions labapp/app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@
</li>
</ul>
</div>

{% if udf %}
<div class="status-box bg-light p-2">
<p>Status: <strong>Active</strong></p>
</div>
{% endif %}


</div>

<!-- Main Content -->
Expand All @@ -145,6 +137,13 @@
{% endblock %}
</main>
</div>

{% if udf %}
<div class="status-box bg-light p-2">
<p>Status: <strong>Active</strong></p>
</div>
{% endif %}

</div>

</body>
Expand Down

0 comments on commit 3dbb821

Please sign in to comment.