forked from PeterSurda/inoreader2readwise
22 lines
390 B
Django/Jinja
22 lines
390 B
Django/Jinja
<html>
|
|
<head>
|
|
<title>Inoreader 2 Readwise main screen
|
|
</head>
|
|
<body>
|
|
Hello {% inoreader_username %}
|
|
<p/>
|
|
<form action="setapikey">
|
|
API key:
|
|
<input type="text" id="apikey">{% readwise_apikey %}</input>
|
|
<submit>Change</submit>
|
|
</form>
|
|
<br/>
|
|
Last time sync: {%lastsync%} {%syncstatus%}}
|
|
<br/>
|
|
Next time sync: {%nextsync%}
|
|
<form action="logout">
|
|
<submit>Logout</submit>
|
|
</form>
|
|
</body>
|
|
</html>
|