We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa4ea6 commit daab61aCopy full SHA for daab61a
templates/nominations/nominee_detail.html
@@ -21,9 +21,9 @@ <h2>{{ nominee.display_name }}</h2>
21
{% if nominee.self_nomination %}
22
<li><b>Nominee Statement</b>:
23
<ul>
24
- <div style="border-style: none;">
+ <article class="text">
25
{{ nominee.self_nomination.nomination_statement.rendered|safe }}
26
- </div>
+ </article>
27
</ul>
28
{% endif %}
29
{% if nominee.nominations_received %}
0 commit comments