added base.html and did needed changes, (forgot to add files in previous commit).
{% extends 'base.html' %}
{% block content %}
<form action="" method="post">
{{form.as_p}}
<!--
Terms and Conditions: <br />
<textarea rows=10 cols=50>
Terms and Conditions here.
</textarea><br />
-->
<input type="submit" value="Register" />
</form>
{% endblock %}