Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Commit 69f7f06

Browse files
committed
Fix invalid tag h3, should have been div
1 parent 04d907b commit 69f7f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subscribe/templates/subscribe/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class='formpart'><p><a href="admin/">Admin pagina </a></p></div>
66
{% endif %}
77
<div class='formpart'>
8-
<div class='title'>Evenementen</h3>
8+
<div class='title'>Evenementen</div>
99
{% if events %}
1010
<ul style="margin-top: 1em;">
1111
{% for event in events %}

0 commit comments

Comments
 (0)