manuel12 / django-expense-tracker

Expense Tracker is application that can help you track and list expenses, and also analyze charts and statistics about them.
MIT License
16 stars 9 forks source link

Re-create base.html page in React. #8

Closed manuel12 closed 1 year ago

manuel12 commented 1 year ago

Create a page that has the same html structure of templates/base.html.

Make it sure it has a children section where base.html had a {% block content %} {% endblock content %} section.

manuel12 commented 1 year ago

Closing as finished.