13 lines
220 B
HTML
13 lines
220 B
HTML
{% extends 'base.html' %}
|
|
{% block head %}
|
|
<script type="text/javascript" src="/static/js/jquery.padma.js"></script>
|
|
<script type="text/javascript">
|
|
|
|
|
|
</script>
|
|
|
|
{% endblock %}
|
|
{% block body %}
|
|
|
|
{% endblock %}
|