X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/a5189986a74c6d9be4c047dcf84e2508498dce06..0835c42da3f8daa85194a246c143032943af9bcf:/templates/admin/philo/page/add_form.html diff --git a/templates/admin/philo/page/add_form.html b/templates/admin/philo/page/add_form.html new file mode 100644 index 0000000..a200165 --- /dev/null +++ b/templates/admin/philo/page/add_form.html @@ -0,0 +1,7 @@ +{% extends "admin/change_form.html" %} +{% load i18n %} + +{% block form_top %} +

{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}

+ +{% endblock %}