Replies: 1 comment
-
You would need to provide a url that you can reverse to that does not require the customer id. or otherwise give a dummy one and replace it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using AlpineJS in Django templates.
This is the right approach
:href="{% url 'customers_view' customer_id='123' %}"
But I am generating this in a template loop in alpineJS :
How do I combine python in alpineJS to bypass this ?
Beta Was this translation helpful? Give feedback.
All reactions