source:
trunk/call/index.html@
671
Last change on this file since 671 was 460, checked in by , 17 years ago | |
---|---|
File size: 227 bytes |
Line | |
---|---|
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.