removed edit codes
This commit is contained in:
@@ -339,7 +339,7 @@ class PrincipalBankAccountCreateAPIView(APIView):
|
||||
intent_response = {
|
||||
"data": serializer.data,
|
||||
"status": status.HTTP_200_OK,
|
||||
"message": constants.SUCCESS,
|
||||
"message": "Successfully Added Bank Account",
|
||||
}
|
||||
return ApiResponse.success(**intent_response)
|
||||
exception_response = {
|
||||
|
||||
@@ -49,8 +49,8 @@
|
||||
aria-sort="ascending" style="width: 69.2656px;"> Principal Type </th>
|
||||
<th class="sorting" tabindex="7" aria-controls="style-3"
|
||||
style="width: 79.7969px;">Active</th>
|
||||
<th class="dt-no-sorting sorting" tabindex="8" aria-controls="style-3"
|
||||
style="width: 100.625px;">Action</th>
|
||||
<!-- <th class="dt-no-sorting sorting" tabindex="8" aria-controls="style-3"
|
||||
style="width: 100.625px;">Action</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -64,7 +64,7 @@
|
||||
<span
|
||||
class="shadow-none badge {% if data_obj.active %}badge-primary{% else %}badge-danger{% endif %}">{{data_obj.active}}</span>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<!-- <td class="text-center">
|
||||
<ul class="table-controls">
|
||||
<li><a href="{% url 'manage_referrals:coin_edit' data_obj.id %}"
|
||||
class="bs-tooltip" data-bs-toggle="tooltip"
|
||||
@@ -94,7 +94,7 @@
|
||||
</path>
|
||||
</svg></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
<h3>Good Time Coins</h3>
|
||||
</div>
|
||||
<div class="col-sm-6 text-md-end">
|
||||
<!--
|
||||
|
||||
<button class="btn btn-dark mb-2 me-md-4" onclick="history.back()">
|
||||
<i class="fa fa-arrow-left"></i>
|
||||
Back
|
||||
</button>
|
||||
-->
|
||||
<a class="btn btn-primary mb-2" href="{% url 'manage_referrals:coin_add' %}">Add Coins</a>
|
||||
|
||||
<!-- <a class="btn btn-primary mb-2" href="{% url 'manage_referrals:coin_add' %}">Add Coins</a>
|
||||
<!-- <a class="btn btn-primary mb-2" href="{% url 'manage_referrals:code_list' %}">Referral Code</a> -->
|
||||
<a class="btn btn-primary mb-2" href="{% url 'manage_referrals:record_list' %}">Referral Record</a>
|
||||
<a class="btn btn-primary mb-2" href="{% url 'manage_referrals:reward_list' %}">Rewards</a>
|
||||
<a class="btn btn-primary mb-2" href="{% url 'manage_referrals:reward_list' %}">Rewards</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -93,7 +93,6 @@
|
||||
<h5 class="card-title gold-text">Subscription Amount</h5>
|
||||
{% if subscription.high_amount and subscription.high_amount > subscription.amount %}
|
||||
<p class="gold-text mb-0"><s>£ {{ subscription.high_amount }}</s> £ {{ subscription.amount }}</p>
|
||||
<p>Days of Subscription : {{ subscription.plan.days }}</p>
|
||||
{% else %}
|
||||
<p class="gold-text mb-0">£ {{ subscription.amount }}</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user