Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Bug/SK-434 | Color for unpublished weak in models (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman authored Apr 17, 2023
1 parent 39193ee commit 563b612
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/models_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
{% block content %}

<div class="row">
<div class="col d-flex justify-content-between">
<div>
<h1 class="h3 mb-3">Models</h1>
</div>
<div class="col">
<h3>Models</h3>
</div>
</div>


<div class="row">
<div class="row py-3">
<div class="col">
{% include 'common/flash_messages.html' %}
</div>
Expand Down

0 comments on commit 563b612

Please sign in to comment.