Skip to content

Commit

Permalink
Remove bullets from list
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Jun 6, 2024
1 parent 90a0281 commit fa1931f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>🗳 {{ sopn_tracker_election_name }} 🗳</h2>
<p>
The SOPN publication dates this year are:
</p>
<ul>
<ul style="list-style: none;">
{% for nation, date in SOPN_DATES %}
<li><strong>{{ nation }}</strong>: {{ date|date }}</li>
{% endfor %}
Expand Down

0 comments on commit fa1931f

Please sign in to comment.