mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-22 22:29:26 +00:00
Update templates for Retail/Online.
This commit is contained in:
@@ -36,6 +36,7 @@ class OnlineStoreListView(StoreListView):
|
||||
|
||||
|
||||
class RetailStoreListView(StoreListView):
|
||||
template_name_suffix = '_retail_list'
|
||||
|
||||
def get_queryset(self):
|
||||
qs = super(RetailStoreListView, self).get_queryset()
|
||||
|
||||
Reference in New Issue
Block a user