Skip to content

Commit 2e06b1d

Browse files
Chimpkillerrhoit
authored andcommitted
proposals - read.djhtml increased padding for .comment-section and set the value for proposal_pk as row.pk
1 parent 975e68a commit 2e06b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

srv/templates/proposals/read.djhtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
overflow-y: auto;
1212
display: flex;
1313
flex-direction: column;
14-
padding: 2%;
14+
padding: 3%;
1515
}
1616

1717
.comment{
@@ -66,6 +66,7 @@
6666
<button id="comment-add" class="button">Add</button>
6767
</div>
6868
</div>
69+
{% set proposal_pk = row.pk %}
6970
{% include '/proposals/comment-dialog.djhtml' %}
7071
{% endblock %}
7172

0 commit comments

Comments
 (0)