Thursday, November 14, 2019

Re: django passing a parameter for a view in a url produces Error: Circuitinfotable matching query does not exist.

{% autoescape on %}
    {{ post.content }}
{% endautoescape %}



try this

El jue., 14 nov. 2019 a las 20:53, Patrick Carra (<pcarra.pc@gmail.com>) escribió:
There was no change after adding |safe after the value within {{}}
example: <a href="/viewLit/{{ circuit.circuitid|safe }}" target="_blank" class="view-item" title="View">View</a>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e023361a-1544-4095-ab6d-53461996947b%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO_yRT3qk8Qdf%3DBPbdfjPR92Gaj9E9i1nnOT-kOrpZiPH2OZpw%40mail.gmail.com.

No comments:

Post a Comment