mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4847 [offer-module] Add a way to add ads to the offer list
This commit is contained in:
parent
330b703904
commit
71a62f1d97
@ -28,7 +28,11 @@
|
||||
{% endif %}
|
||||
<div class="action-data d-flex align-items-center text-truncate">
|
||||
|
||||
{{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context}, ['favs', 'comparisons'])|raw }}
|
||||
{{ addBlock(
|
||||
'list/extra-actions',
|
||||
{'ad': adv, 'vars': _context},
|
||||
['favs', 'comparisons', 'offers']
|
||||
)|raw }}
|
||||
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user