{% extends 'base.html' %}
{% block title %}
Thankyou
{% endblock %}
{% block content %}
Thank you for confirming your participation in the Python workshop.
Please visit Installing Python and other pachages on your distro for instructions on installing software needed for the workshop on your laptop.
This page can be revisited by clicking on the link that was sent to your mail.
{% endblock %}