removed a few labels and unused files
This commit is contained in:
+2
-3
@@ -1,5 +1,5 @@
|
||||
{% extends "common.html" %}
|
||||
{% block title %}Your vault · Flowers{% endblock %}
|
||||
{% block title %}Your bouquet · Flowers{% endblock %}
|
||||
{% block menuoptions %}
|
||||
<form action="{{ url_for('flower_vase.application') }}" method="post">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
@@ -20,8 +20,7 @@
|
||||
{% block content %}
|
||||
<section class="vault-header">
|
||||
<div>
|
||||
<p class="eyebrow">Active entries</p>
|
||||
<h1>Your vault</h1>
|
||||
<h1>Your bouquet</h1>
|
||||
</div>
|
||||
<label class="search-field" for="search">
|
||||
<span class="sr-only">Search entries</span>
|
||||
|
||||
Reference in New Issue
Block a user