Files
recipes/cookbook/templates/setup.html
2020-06-01 13:53:17 +02:00

16 lines
248 B
HTML

{% extends "base.html" %}
{% load crispy_forms_tags %}
{% load static %}
{% load i18n %}
{% block title %}{% trans "Cookbook Setup" %}{% endblock %}
{% block extra_head %}
{{ form.media }}
{% endblock %}
{% block content %}
{% endblock %}