{% extends "users/base.html" %} {% block title %} Leave a review {% endblock title %} {% block content %}

Leave a Review

{{ meal.name }}

{% csrf_token %} {{ form.as_p }}
{% endblock content %}