Posts by GabrielO • 11 points
1 post
-
1
votes0
answers34
viewsQ: Noreversematch with Keywords Arguments even if there is a route
I am trying to send an id to the url using Xios with the following line: const request = axios.put("{% url 'forms:save' card_id=card.card_id %}", this.body_text_value).then(response =>{…