equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block title %} |
2 {% block title %} |
3 Thankyou |
3 Thankyou |
4 {% endblock %} |
4 {% endblock %} |
5 {% block content %} |
5 {% block content %} |
6 Thank you for confirming your participation in the Python workshop. |
6 Thank you for confirming your participation in the Python workshop.<br /><br /> |
|
7 Please visit <a href="">Installing Python and other pachages on your distro</a> for instructions on installing software needed for the workshop on your laptop.<br /><br /> |
|
8 This page can be revisited by clicking on the link that was sent to your mail. |
7 {% endblock %} |
9 {% endblock %} |
8 |
10 |