templates/list_stats.html
branchanoop
changeset 26 212fcba4459e
parent 25 30baf3c635c5
child 31 ec540dfbfe78
equal deleted inserted replaced
25:30baf3c635c5 26:212fcba4459e
     1 <html>
     1 {% extends 'base.html' %}
     2 <body>
     2 {% block content %}
     3 <form action="" method="post">
     3 <form action="" method="post">
     4 <!--
     4 <!--
     5 Topics: <input name="topics" value=""{{topics}}> <br />
     5 Topics: <input name="topics" value=""{{topics}}> <br />
     6 Knowledge of Python: <input name="python_knowledge" value="{{python_knowledge}}"> <br />
     6 Knowledge of Python: <input name="python_knowledge" value="{{python_knowledge}}"> <br />
     7 Knowledge of Sage: <input name="sage_knowledge" value="{{sage_knowledge}}"> <br />
     7 Knowledge of Sage: <input name="sage_knowledge" value="{{sage_knowledge}}"> <br />
    35 		<td>{{user.phone_num}}</td>
    35 		<td>{{user.phone_num}}</td>
    36 		<td>{{user.address|linebreaksbr}}</td>
    36 		<td>{{user.address|linebreaksbr}}</td>
    37 	</tr>
    37 	</tr>
    38 {% endfor %}
    38 {% endfor %}
    39 </table>
    39 </table>
    40 
    40 {% endblock %}
    41 </body>
       
    42 </html>