Skip to content

Commit 23bee49

Browse files
committed
bootstrap
1 parent 9349a79 commit 23bee49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/render.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<span class="fa fa-external-link" style="color:grey"></span>
2929
</a>
3030
{% if deleted_one %}
31-
<span style="color: red">(deleted)</span>
31+
<span class="text-danger">(deleted)</span>
3232
{% endif %}
3333
</p>
3434
<p>{{type}} on {{date_one.strftime('%Y-%m-%d')}}
@@ -53,7 +53,7 @@
5353
<span class="fa fa-external-link" style="color:grey"></span>
5454
</a>
5555
{% if deleted_two %}
56-
<span style="color: red">(deleted)</span>
56+
<span class="text-danger">(deleted)</span>
5757
{% endif %}
5858
</p>
5959
<p>Original - Posted on {{date_two.strftime('%Y-%m-%d')}}

0 commit comments

Comments
 (0)