mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:06:45 +00:00
added the sub title for Dynamic Endpoints and Method Routings
This commit is contained in:
parent
3fc62b7108
commit
516f1f36f2
@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% block page_title %}{{ block.super }} / Users{% endblock page_title %}
|
||||
{% block page_title %}{{ block.super }} / Dynamic Endpoints{% endblock page_title %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Dynamic Endpoints</h1>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% block page_title %}{{ block.super }} / Users{% endblock page_title %}
|
||||
{% block page_title %}{{ block.super }} / Method Routings{% endblock page_title %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Method Routing</h1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user