michal/tit

Browse tree · Show commit · Download archive

Blob: templates/feed-token-issued.html

Raw · Blame

{% extends "base.html" %}
{% block title %}New feed token · tit{% endblock %}
{% block content %}
  <h1>New feed token</h1>
  <p>This token gives access to {{ scope }}. Copy the URL now. tit will not show it again.</p>
  <dl>
    <dt>RSS</dt>
    <dd><code>/feeds/{{ token }}/rss.xml</code></dd>
  </dl>
  <p>Keep these URLs secret. Rotate or revoke the token if a URL is exposed.</p>
  <p><a href="/feeds">Return to feed tokens</a></p>
{% endblock %}