mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
added title field and custom validation
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
{% for mp in days_value %}
|
||||
<a href="{% url 'edit_meal_plan' mp.pk %}"><i class="fas fa-edit"></i></a>
|
||||
{% if mp.recipe %}
|
||||
<a href="{% url 'view_recipe' mp.recipe.id %}">{{ mp.recipe.name }}</a><br/>
|
||||
<a href="{% url 'view_recipe' mp.recipe.id %}">{{ mp }}</a><br/>
|
||||
{% endif %}
|
||||
<span>{{ mp.note_head }}</span>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user