templates/list_stats.html
branchanoop
changeset 31 ec540dfbfe78
parent 26 212fcba4459e
equal deleted inserted replaced
30:11f828503666 31:ec540dfbfe78
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3 Registration Statistics
       
     4 {% endblock %}
     2 {% block content %}
     5 {% block content %}
     3 <form action="" method="post">
     6 <form action="" method="post">
     4 <!--
     7 <!--
     5 Topics: <input name="topics" value=""{{topics}}> <br />
     8 Topics: <input name="topics" value=""{{topics}}> <br />
     6 Knowledge of Python: <input name="python_knowledge" value="{{python_knowledge}}"> <br />
     9 Knowledge of Python: <input name="python_knowledge" value="{{python_knowledge}}"> <br />