auto recurring testing phase 5
This commit is contained in:
@@ -307,7 +307,7 @@ class StripeProductView(LoginRequiredMixin, generic.ListView):
|
||||
page_name = resource_action.RESOURCE_MANAGE_SUBSCRIPTIONS
|
||||
resource = resource_action.RESOURCE_MANAGE_SUBSCRIPTIONS
|
||||
action = resource_action.ACTION_READ
|
||||
model = Subscription
|
||||
model = StripeProduct
|
||||
template_name = "manage_subscriptions/product_list.html"
|
||||
context_object_name = "product_obj"
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for data_obj in subscription_obj %}
|
||||
{% for data_obj in product_obj %}
|
||||
<tr role="row">
|
||||
<td class="checkbox-column text-center sorting_1"> {{data_obj.id}}</td>
|
||||
<td>{{data_obj.title}}</td>
|
||||
|
||||
Reference in New Issue
Block a user