~cytrogen/srht-deploy

srht-deploy/meta-custom/templates/client-admin.html -rw-r--r-- 261 bytes
6b7b1351 — Cytrogen 修复 README 里的 Markdown 格式错误 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{% extends "meta.html" %}
{% block blurb %}
<h2>OAuth client settings</h2>
<section>
  <p>You can manage settings for <strong>{{ client.client_name }}</strong> here.</p>
</section>
{% endblock %}
{% block tabs %}
{% include "client-tabs.html" %}
{% endblock %}