Skip to content

Commit

Permalink
Fix column headers in spam dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rneiss committed Mar 23, 2022
1 parent c2cb263 commit 75e1adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/spam_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ <h1>{{ title }}</h1>
<table>
<thead>
<th>Name</th>
<th>About</th>
<th>Email</th>
<th>Bio</th>
<th>URL</th>
<th>Is Spam</th>
<th>Is Not Spam</th>
Expand Down

0 comments on commit 75e1adb

Please sign in to comment.