Translate all fields, remove old CAS client configuration, remove packaged templates in source
This commit is contained in:
parent
705313edb6
commit
e42680997f
18 changed files with 77 additions and 415 deletions
|
|
@ -1,5 +0,0 @@
|
|||
{% load crispy_forms_tags %}
|
||||
{% load i18n %}
|
||||
|
||||
<h2>{% trans "Field filters" %}</h2>
|
||||
{% crispy filter.form %}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{% load i18n %}
|
||||
<h2>{% trans "Field filters" %}</h2>
|
||||
<form class="form" action="" method="get">
|
||||
{{ filter.form.as_p }}
|
||||
<button type="submit" class="btn btn-primary">{% trans "Submit" %}</button>
|
||||
</form>
|
||||
|
|
@ -1 +0,0 @@
|
|||
{% for widget in widget.subwidgets %}{% include widget.template_name %}{% if forloop.first %}-{% endif %}{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue