Remove breadcrumbs
This commit is contained in:
@ -1,14 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %} | Add new feed{% endblock %}
|
{% block title %} | Add new feed{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{# Home / Add #}
|
|
||||||
<nav aria-label="breadcrumb">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li class="breadcrumb-item"><a href="/">Home</a></li>
|
|
||||||
<li class="breadcrumb-item active" aria-current="page">Add</li>
|
|
||||||
</ol>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="p-2 border border-dark">
|
<div class="p-2 border border-dark">
|
||||||
<form action="/add" method="post">
|
<form action="/add" method="post">
|
||||||
{# Feed URL #}
|
{# Feed URL #}
|
||||||
|
@ -1,14 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %} | Webhooks{% endblock %}
|
{% block title %} | Webhooks{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{# Home / Add #}
|
|
||||||
<nav aria-label="breadcrumb">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li class="breadcrumb-item"><a href="/">Home</a></li>
|
|
||||||
<li class="breadcrumb-item active" aria-current="page">Webhooks</li>
|
|
||||||
</ol>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="p-2 border border-dark">
|
<div class="p-2 border border-dark">
|
||||||
<form action="/add_webhook" method="post">
|
<form action="/add_webhook" method="post">
|
||||||
{# Webhook name #}
|
{# Webhook name #}
|
||||||
|
Reference in New Issue
Block a user