Skip to content

Commit 5ad9320

Browse files
authored
Fix section closing tag in login page
1 parent 7b768e1 commit 5ad9320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trac-env/templates/plainlogin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Choose how you want to log in</h1>
1616
<section class="login-github">
1717
<h2>Log in with your GitHub account</h2>
1818
<a href="/github/login">Log in with GitHub</a>
19-
<section>
19+
</section>
2020

2121
<section class="login-djangoproject">
2222
<h2>Log in with your DjangoProject account</h2>

0 commit comments

Comments
 (0)