You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, edit ./submodules/storeys/examples/apps/receipts/templates/receipts/list.html and add:
a) a new link <a href="{% url 'receipts-create-view'' %}>Create a new receipt</a>
b) another one <a href="{% url 'receipts-item-view' 10 %}>Receipt 10</a>
The text was updated successfully, but these errors were encountered:
I added
examples
folder to the project.You can start the examples with these command after checking out the newest version.
You will able to see the first page loaded.
Now, edit
./submodules/storeys/examples/apps/receipts/templates/receipts/list.html
and add:a) a new link
<a href="{% url 'receipts-create-view'' %}>Create a new receipt</a>
b) another one
<a href="{% url 'receipts-item-view' 10 %}>Receipt 10</a>
The text was updated successfully, but these errors were encountered: