summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-09-28 15:04:00 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-09-28 15:04:00 +0200
commit93ffa115fe9dc5efb928232f797fbcacdec494b1 (patch)
tree16673e75ac1955c43e8d86a024beeedf9b511e9a /ogcp/templates
parent664d032884dcd6366ca1068aa2c2f35fffc2a285 (diff)
Add create client action
This action provides the functionality to add a new client to an ogServer.
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/scopes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html
index 18775b2..5b506a6 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -44,6 +44,8 @@
formaction="{{ url_for('action_setup_show') }}" formmethod="get">
<input class="dropdown-item" type="submit" value="{{ _('Details') }}"
formaction="{{ url_for('action_client_info') }}" formmethod="get">
+ <input class="dropdown-item" type="submit" value="{{ _('Add client') }}"
+ formaction="{{ url_for('action_client_add') }}" formmethod="get">
</div>
</div>
</form>