fixing form handling for relationships

This commit is contained in:
evilchili
2024-02-04 11:40:30 -08:00
parent 32d9c42847
commit 669c9b46d6
13 changed files with 206 additions and 122 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<!doctype html>
<html lang="en">
<head>
<title>{{ c['config']['project_name'] }}{% block title %}{% endblock %}</title>
<meta name="og:provider_name" content="{{ c['config']['project_name'] }}">
<link rel='stylesheet' href="{{c['config']['static_url']}}/styles.css" />
<title>{{ c.config.project_name }}{% block title %}{% endblock %}</title>
<meta name="og:provider_name" content="{{ c.config.project_name }}">
<link rel='stylesheet' href="{{c.routes.static}}/styles.css" />
{% block headers %}{% endblock %}
</head>
<body>