Advertisement
Nicolas_Darksoul

base.html/pizzas(app)/templates/pizzas

Dec 4th, 2021
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. <p>
  2.     <a href="{% url 'pizzas:home' %}">Home</a>
  3.     <a href="{% url 'pizzas:shops' %}">Shop</a>
  4. </p>
  5.  
  6. {%block content%}{%endblock content%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement