baranma75
baranma75
I will temporarily query the historical database with a separate query. Thanks.
Hi, I read by separate query from historictables and add/replace in result
I had the same error, after insertion from.media as below (inside in form): ` {% csrf_token %} {{ form.media }} {% bootstrap_form form %} {% bootstrap_button button_type="submit" content="OK" %} {%...
I checked on my own project. {{form.media}} must be in a div containing the form, then it works. ``` Document {% load bootstrap4 %} {% bootstrap_css %} {% bootstrap_javascript jquery='full'...