Skip to content

Commit

Permalink
[jarun#564] added redirect buttons to create modal
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXofLeviafan committed Dec 4, 2022
1 parent 73786a1 commit 3a3cf4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bukuserver/templates/bukuserver/bookmark_create_modal.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{% extends 'admin/model/modals/create.html' %}

{% block create_form %}
{{ lib.render_form(form, return_url, lib.extra(), form_opts=form_opts,
action=url_for('.create_view', url=return_url),
is_modal=True) }}
{% endblock %}

{% block tail %}
{{ super() }}
<script src="{{ url_for('static', filename='bukuserver/js/bookmark.js') }}"></script>
Expand Down

0 comments on commit 3a3cf4d

Please sign in to comment.