We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9349a79 commit 23bee49Copy full SHA for 23bee49
1 file changed
templates/render.html
@@ -28,7 +28,7 @@
28
<span class="fa fa-external-link" style="color:grey"></span>
29
</a>
30
{% if deleted_one %}
31
- <span style="color: red">(deleted)</span>
+ <span class="text-danger">(deleted)</span>
32
{% endif %}
33
</p>
34
<p>{{type}} on {{date_one.strftime('%Y-%m-%d')}}
@@ -53,7 +53,7 @@
53
54
55
{% if deleted_two %}
56
57
58
59
<p>Original - Posted on {{date_two.strftime('%Y-%m-%d')}}
0 commit comments