Add revisions_requested status and visible revision note on admin detail page
This commit is contained in:
parent
cfb725144a
commit
2b960bd3d5
4 changed files with 49 additions and 27 deletions
|
|
@ -85,7 +85,7 @@
|
|||
<audio controls src="{{ url_for('audio', token=req.player_token, version='b') }}"></audio>
|
||||
</div>
|
||||
|
||||
{% if req.status in ['songs_uploaded','awaiting_payment','paid','delivered'] %}
|
||||
{% if req.status in ['songs_uploaded','revisions_requested','awaiting_payment','paid','delivered'] %}
|
||||
<!-- Approval form: customer picks A, B, or both -->
|
||||
<form method="POST" action="{{ url_for('approve', token=req.player_token) }}">
|
||||
<input type="hidden" name="choice" id="choice">
|
||||
|
|
|
|||
Reference in a new issue