source:
trunk/call/index.html@
593
Last change on this file since 593 was 460, checked in by , 17 years ago | |
---|---|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[460] | 1 | {% extends "base.html" %} |
2 | ||
3 | {% block available %} | |
4 | <form action="./" method="post"> | |
5 | Your phone number: <input name="tonumber" value="{{ tonumber }}"> | |
6 | <input type="submit" value="Call"> | |
7 | </form> | |
8 | {% endblock %} | |
9 |
Note:
See TracBrowser
for help on using the repository browser.