unique constraint uses equals not matches

This commit is contained in:
evilchili
2025-10-03 16:44:25 -07:00
parent 8ce642ba90
commit 120449386a
5 changed files with 137 additions and 46 deletions
+4 -3
View File
@@ -12,11 +12,12 @@
</head>
<body>
<nav>
<ul>
<li><a href="{{ url_for('index') }}">Home</a></li>
</ul>
{% for uri, stub in breadcrumbs %}
<span>&nbsp; / <a href="{{ app.config.VIEW_URI }}{{ uri }}">{{ stub }}</a></span>
{% endfor %}
</nav>
<nav>
Menu:
<ul>
{% block menu %}{% endblock %}
</ul>