Is there any way to render django template tags/variables inside the Django-TinyMCE editor? As in:
- "{% url 'url-name' %}" inside the link plugin.
- "{{ model.get_absolute_url }}" inside the link plugin.
Any help is appreciated,
Is there any way to render django template tags/variables inside the Django-TinyMCE editor? As in:
Any help is appreciated,