File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -117,4 +117,9 @@ <h2 class="text-center">{% trans "Local Config Context Data" %}</h2>
117
117
{% render_field form.comments %}
118
118
</ div >
119
119
120
+ {# Meta fields #}
121
+ < div class ="bg-primary-subtle border border-primary rounded-1 pt-3 px-3 mb-3 ">
122
+ {% render_field form.changelog_message %}
123
+ </ div >
124
+
120
125
{% endblock %}
Original file line number Diff line number Diff line change @@ -87,9 +87,12 @@ <h2 class="col-9 offset-3">{% trans "Custom Fields" %}</h2>
87
87
</ div >
88
88
{% endif %}
89
89
90
- {% if form.comments %}
91
- < div class ="field-group mb-5 ">
92
- < h2 class ="text-center "> {% trans "Comments" %}</ h2 >
93
- {% render_field form.comments %}
94
- </ div >
95
- {% endif %}
90
+ < div class ="field-group mb-5 ">
91
+ < h2 class ="text-center "> {% trans "Comments" %}</ h2 >
92
+ {% render_field form.comments %}
93
+ </ div >
94
+
95
+ {# Meta fields #}
96
+ < div class ="bg-primary-subtle border border-primary rounded-1 pt-3 px-3 mb-3 ">
97
+ {% render_field form.changelog_message %}
98
+ </ div >
Original file line number Diff line number Diff line change @@ -77,4 +77,9 @@ <h2 class="col-9 offset-3">{% trans "Custom Fields" %}</h2>
77
77
< div class ="field-group my-5 ">
78
78
{% render_field form.comments %}
79
79
</ div >
80
+
81
+ {# Meta fields #}
82
+ < div class ="bg-primary-subtle border border-primary rounded-1 pt-3 px-3 mb-3 ">
83
+ {% render_field form.changelog_message %}
84
+ </ div >
80
85
{% endblock %}
You can’t perform that action at this time.
0 commit comments