Skip to content

Commit

Permalink
Merge pull request #49 from Narodni-repozitar/alzbetapokorna/be-163-j…
Browse files Browse the repository at this point in the history
…injax-search-fix

deposit jinjax
  • Loading branch information
mirekys authored Oct 24, 2023
2 parents 5c9f80e + a4310ab commit 4066e14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{#def form_config, record, data #}
{#def record, form_config, data, extra_context, ui_links #}

{% extends "oarepo_ui/form.html" %}
{% extends config.BASE_TEMPLATE %}

{%- block javascript %}
{{ super() }}
{{ webpack['docs_app_deposit_form.js'] }}
{%- endblock %}


{%- block page_body %}
<EditForm record={record} form_config={form_config} data={data} extra_context={extra_context}></EditForm>
{% endblock page_body %}

This file was deleted.

0 comments on commit 4066e14

Please sign in to comment.