##// END OF EJS Templates
Export and Send buttons added to templates...
Export and Send buttons added to templates git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@29 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r13:6a2dde2f45c9
r15:78ae9462c516
Show More
dds_conf.html
10 lines | 229 B | text/html | HtmlDjangoLexer
{% extends "dev_conf.html" %}
{% block extra-js%}
<script type="text/javascript">
$("#bt_edit_device").click(function() {
document.location = "{% url 'url_edit_dds_conf' dev_conf.id%}";
});
</script>
{% endblock %}