how to hyperlink in django code example
Example: how to get a hyperlink in django
<a href="{% url 'name_of_url' %}"> """keep the '' just change what is in between"""
<a href="{% url 'name_of_url' %}"> """keep the '' just change what is in between"""