mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26: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 %}
|
{% endif %}
|
||||||
<div class="action-data d-flex align-items-center text-truncate">
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user