bumped default distro in demos, bound mariadb to all ips, added template explaination

This commit is contained in:
Sebastian Rieger
2024-03-19 14:41:26 +01:00
parent f8a675fbd1
commit eeb9bbf43c
7 changed files with 17 additions and 26 deletions

View File

@ -57,9 +57,9 @@ yb = {{ fractal.yb }}</pre>
</div>
{% endfor %}
{{render_pagination(fractals)}}
<!--
<!-- requires POST request to have Content-Type: "application/vnd.api+json" header, would require Fetch API or XMLHTTPRequest etc.
<div>
<form action="/v1/fractal" method="POST" enctype="application/vnd.api+json">
<form action="/v1/fractal" method="POST">
<input type="submit" value="Create new fractals">
</form>
</div>