Check to make Template request not availible if commissions closed
This commit is contained in:
@ -28,9 +28,16 @@
|
||||
{{contactinformation}}
|
||||
</div>
|
||||
<br>
|
||||
{{^ERROR_COMMISSIONS_CLOSED}}
|
||||
<form action="/customer/{{freelancername}}/template/{{templatename}}/request" method="post">
|
||||
<button type="submit" name="templateID" value="{{templateid}}" class="button">Request this Template</button>
|
||||
</form>
|
||||
{{/ERROR_COMMISSIONS_CLOSED}}
|
||||
{{#ERROR_COMMISSIONS_CLOSED}}
|
||||
<div>
|
||||
Commissions Closed.
|
||||
</div>
|
||||
{{/ERROR_COMMISSIONS_CLOSED}}
|
||||
<br>
|
||||
<div>Payment Information:</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user