diff -r 30baf3c635c5 -r 212fcba4459e templates/reg_complete.html --- a/templates/reg_complete.html Sat May 29 19:35:49 2010 +0530 +++ b/templates/reg_complete.html Thu Jun 03 19:06:14 2010 +0530 @@ -1,8 +1,8 @@ - - +{% extends 'base.html' %} +{% block content %} You have successfully registered for Sage Days India 25.
You will be automatically redirected to sage days website in a few seconds. - +{% endblock %}