From 1bf85e9f5b9ce806ea35c69e4d1a5608d97126d2 Mon Sep 17 00:00:00 2001 From: FOSSEE Date: Mon, 30 May 2016 16:46:28 +0530 Subject: html templates for osdag --- certificate/templates/osdag_workshop_download.html | 60 ++++++++++++++++++++++ certificate/templates/osdag_workshop_feedback.html | 20 ++++++++ 2 files changed, 80 insertions(+) create mode 100755 certificate/templates/osdag_workshop_download.html create mode 100755 certificate/templates/osdag_workshop_feedback.html diff --git a/certificate/templates/osdag_workshop_download.html b/certificate/templates/osdag_workshop_download.html new file mode 100755 index 0000000..79bd3cf --- /dev/null +++ b/certificate/templates/osdag_workshop_download.html @@ -0,0 +1,60 @@ +{% extends 'base.html' %} +{% block header%} +
Your feedback will help us improve our services. Thank you for your time.
+ +{% endblock %} + + + + -- cgit +