Remove breadcrumbs

This commit is contained in:
2022-12-19 22:51:07 +01:00
parent 0a5d962922
commit 1165872997
2 changed files with 0 additions and 16 deletions

View File

@ -1,14 +1,6 @@
{% extends "base.html" %}
{% block title %} | Add new feed{% endblock %}
{% 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">
<form action="/add" method="post">
{# Feed URL #}

View File

@ -1,14 +1,6 @@
{% extends "base.html" %}
{% block title %} | Webhooks{% endblock %}
{% 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">
<form action="/add_webhook" method="post">
{# Webhook name #}