mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
10 lines
296 B
Cheetah
10 lines
296 B
Cheetah
<div class="centered">
|
|
<form id="validation" action="check.cgi" method="post">
|
|
<div>
|
|
<textarea name="rawdata" id="rawdata" rows="15" cols="60">%(rawdata)s</textarea>
|
|
<br />
|
|
<input type="submit" value="Validate" />
|
|
<input type="hidden" name="manual" id="manual" value="1" />
|
|
</div>
|
|
</form>
|
|
</div>
|