{% load crispy_forms_tags %} {% load static %} GymBuddy
{% csrf_token %}
Log Weight! {{form|crispy}}

Weight Tracker

{% for weight in weights %} {% endfor %}
Date Weight
{{weight.date}} {{weight.lbs}} lbs {% csrf_token %}