TandoorRecipes/cookbook/templates/new_recipe.html
2018-02-05 23:18:57 +01:00

6 lines
112 B
HTML

{% extends "base.html" %}
{% load crispy_forms_tags %}
{% block content %}
{% crispy form %}
{% endblock %}