mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Some templating changes
This commit is contained in:
parent
fe64d300fe
commit
1a997aace6
3 changed files with 10 additions and 8 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue