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