proxadmin/docs/posts.txt
2017-09-28 14:10:19 +03:00

10 lines
1,011 B
Plaintext

templates/settings/profile.html:<form method="POST" action="{{ url_for('settings.profile') }}">
templates/dmanager/activate.html:<form method="POST" action"{{ url_for('dmanager.activate', itemid=itemid) }}">
templates/vmanager/create.html: <form method="POST" action="{{ url_for('vmanager.createvm') }}">
templates/vmanager/activate.html:<form method="POST" action="{{ url_for('vmanager.activate', itemid=deploy.machine_id) }}">
templates/vmanager/recipe.html:<form method="POST" action"{{ url_for('vmanager.recipe', itemid=deploy.machine_id) }}">
templates/admin/addr2pool.html: <form method="POST" action="{{ url_for('admin.addr2pool') }}">
templates/admin/charge.html: <form method="POST" action="{{ url_for('admin.charge', user_pid=usr.pid) }}">
templates/uinvoice/invoice.html: <form method="POST" action="{{ url_for('uinvoice.invoice', document_id=document.pid) }}">
templates/smanager/activate.html:<form method="POST" action"{{ url_for('smanager.activate', itemid=service.pid) }}">