Some templating changes

This commit is contained in:
Sander Ferdinand 2018-10-20 16:25:42 +02:00
parent fe64d300fe
commit 1a997aace6
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
3 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
<table class="table table-proposal table-hover" data-status="{{ status }}" style="margin-bottom:6px;">
<thead>
<tr>
<th style="font-size: 20px;">{{title}}</th>
<th style="font-size: 18px;">{{title}}</th>
<th>Username</th>
<th id="date">Date</th>
{% if _proposals and _proposals[0].status >= 2 %}