added the sub title for Dynamic Endpoints and Method Routings

This commit is contained in:
hongwei 2020-03-31 22:25:40 +02:00
parent 3fc62b7108
commit 516f1f36f2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>