Skip to content
Snippets Groups Projects

Resolve "Use Select2 everywhere"

Merged Tom Teichler requested to merge 102-use-select2-everywhere into master
Compare and
6 files
+ 38
4
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -3,6 +3,16 @@
{% extends "core/base.html" %}
{% load bootstrap4 i18n %}
{% block bootstrap4_extra_head %}
{{ block.super }}
{{ edit_group_form.media.css }}
{% endblock %}
{% block bootstrap4_extra_script %}
{{ block.super }}
{{ edit_group_form.media.js }}
{% endblock %}
{% block bootstrap4_title %}{% blocktrans %}Edit group{% endblocktrans %} - {{ block.super }}{% endblock %}
{% block page_title %}{% blocktrans %}Edit group{% endblocktrans %}{% endblock %}
Loading