Update forms
This commit is contained in:
parent
b99c59b130
commit
eee90fc3ad
|
@ -29,7 +29,7 @@
|
|||
<div class="page-header">
|
||||
<h1>{{.Title}}</h1>
|
||||
</div>
|
||||
<form action="/p/redirect" method="post" class="form-horizontal">
|
||||
<form action="/api/redirect" method="post" class="form-horizontal">
|
||||
<fieldset>
|
||||
<div class="well" style="padding-top: 10px;">
|
||||
<div class="form-group is-empty" style="margin-top: 0px;">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="page-header">
|
||||
<h1>Pantsu Paste</h1>
|
||||
</div>
|
||||
<form action="/p/redirect" method="post" class="form-horizontal">
|
||||
<form action="/api/redirect" method="post" class="form-horizontal">
|
||||
<fieldset>
|
||||
<div class="well" style="padding-top: 10px; resize: both;">
|
||||
<div class="form-group is-empty" style="margin-top: 0px;">
|
||||
|
|
Loading…
Reference in New Issue