Skip to content

Commit 81d1615

Browse files
committed
proposals - read.djhtml redundent head block removed
1 parent 94b3ae8 commit 81d1615

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

srv/templates/proposals/read.djhtml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,12 @@
1717
padding : 0 0.3rem;
1818
letter-spacing: 0.3rem;
1919
background: gray;
20-
2120
transition: all 0.4s ease-in-out;
2221
}
2322
</style>
2423
{% endblock %}
2524

2625

27-
{% block head %}
28-
{{super()}}
29-
<style>
30-
.comment-section{
31-
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
32-
border-radius: 6px;
33-
overflow-y: auto;
34-
display: flex;
35-
flex-direction: column;
36-
padding: 3%;
37-
}
38-
</style>
39-
{% endblock %}
40-
41-
4226
{% block admin_content %}
4327
<h3 id="row.title"></h3>
4428

0 commit comments

Comments
 (0)