From 775ea255b82f54d7700cb317e3b35ad6f4c2bdc7 Mon Sep 17 00:00:00 2001 From: Aditya Rakhecha Date: Thu, 13 Sep 2018 13:51:16 +0530 Subject: [PATCH] Create cartoonify.html --- templates/tools/image_tools/cartoonify.html | 34 +++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/tools/image_tools/cartoonify.html diff --git a/templates/tools/image_tools/cartoonify.html b/templates/tools/image_tools/cartoonify.html new file mode 100644 index 0000000..aa8ca58 --- /dev/null +++ b/templates/tools/image_tools/cartoonify.html @@ -0,0 +1,34 @@ +{% extends "tools/tool_base.html" %} +{% load staticfiles %} + + + +{% block tool %} + +
+ {%csrf_token%} + + + +
+ +{% endblock %} + + +{% block scripts %} + + + +{% endblock %}