Can I write follow statement in django template?
<a href="{% url 'settings:update' controll.id mode='change' %}">{{ controll.s_name }}</a>
If it possible then what will be in url.py and views.py
Can I write follow statement in django template?
<a href="{% url 'settings:update' controll.id mode='change' %}">{{ controll.s_name }}</a>
If it possible then what will be in url.py and views.py