mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Changing 'Work in progress' text to 'WIP / Help needed'
This commit is contained in:
parent
3fc3903d7e
commit
e839934dd3
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
{% if proposals['wip'] %}
|
||||
{{ proposal_table(title='Work in progress', _proposals=proposals['wip']) }}
|
||||
{{ proposal_table(title='WIP / Help needed', _proposals=proposals['wip']) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue