added basic setup template

This commit is contained in:
vabene1111
2020-06-01 13:53:17 +02:00
parent dd5996084d
commit 445c01bddc

View File

@@ -0,0 +1,16 @@
{% 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 %}