Add asynchronous call to database.

See file 'asynchronous.ts'.
This commit is contained in:
Greg Burri 2022-11-29 15:58:06 +01:00
parent 8a3fef096d
commit d28e765e39
20 changed files with 1323 additions and 1049 deletions

View file

@ -1,7 +1,7 @@
{% extends "base_with_list.html" %}
{% extends "base_with_header.html" %}
{% block content %}
{% block main_container %}
{{ message }}
{{ message|markdown }}
{% endblock %}