Changing 'Work in progress' text to 'WIP / Help needed'

This commit is contained in:
Sander Ferdinand 2018-08-18 22:51:32 +02:00
parent 3fc3903d7e
commit e839934dd3
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
{% elif proposal.status == 2 %}
Seeking funding
{% elif proposal.status == 3 %}
Work in progress
WIP / Help needed
{% elif proposal.status == 4 %}
Completed
{% endif %}