Closed zpdldhkdl closed 5 months ago
I didn't feel comfortable using something like
{% block token %} {% endblock %}
in the html to override the token to use it. so, I propose a PR that allows token to be optional within kwargs, so that we can fulfill this need with a parameter without having to type the above syntax in the html.
please review when you have a chance.
hello @lamby . I was wondering if there is anything I should change in the documentation or if you have any feedback?
I didn't feel comfortable using something like
in the html to override the token to use it. so, I propose a PR that allows token to be optional within kwargs, so that we can fulfill this need with a parameter without having to type the above syntax in the html.
please review when you have a chance.