source:
trunk/call/numbers.html
Last change on this file was 460, checked in by , 17 years ago | |
---|---|
File size: 261 bytes |
Rev | Line | |
---|---|---|
[460] | 1 | {% extends "base.html" %} |
2 | ||
3 | {% block title %}Configure Outgoing Number{% endblock %} | |
4 | ||
5 | {% block available %} | |
6 | <form action="./numbers" method="post"> | |
7 | <table> | |
8 | {{ form }} | |
9 | </table> | |
10 | <input type="submit" value="Save"> | |
11 | </form> | |
12 | {% endblock %} | |
13 |
Note:
See TracBrowser
for help on using the repository browser.