mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
6 lines
112 B
HTML
6 lines
112 B
HTML
{% extends "base.html" %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block content %}
|
|
{% crispy form %}
|
|
{% endblock %} |