Remove breadcrumbs
This commit is contained in:
parent
0a5d962922
commit
1165872997
2 changed files with 0 additions and 16 deletions
|
|
@ -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 #}
|
||||
|
|
|
|||
|
|
@ -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 #}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue