lots of improvements and bookmarklet import working again

This commit is contained in:
vabene1111
2022-03-05 15:16:58 +01:00
parent 1caabef56a
commit 2565ab30a4
8 changed files with 305 additions and 217 deletions

View File

@@ -3,7 +3,7 @@
{% load static %}
{% load i18n %}
{% load l10n %}
{% load custom_tags %}
{% block title %}Test{% endblock %}
@@ -11,6 +11,7 @@
{% block content_fluid %}
<div id="app">
<import-view></import-view>
</div>
@@ -27,6 +28,8 @@
<script type="application/javascript">
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.API_TOKEN = '{{ api_token }}'
window.BOOKMARKLET_IMPORT_ID = {{ bookmarklet_import_id }}
</script>
{% render_bundle 'import_view' %}