@@ -1,1 +1,11 | |||||
1 | {% extends "dev_conf.html" %} No newline at end of file |
|
1 | {% extends "dev_conf.html" %} | |
|
2 | ||||
|
3 | {% block extra-js%} | |||
|
4 | <script type="text/javascript"> | |||
|
5 | ||||
|
6 | $("#bt_edit").click(function() { | |||
|
7 | document.location = "{% url 'url_edit_cgs_conf' dev_conf.id 1%}"; | |||
|
8 | }); | |||
|
9 | ||||
|
10 | </script> | |||
|
11 | {% endblock %} No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now