File tree 1 file changed +1
-10
lines changed
pretalx_media_ccc_de/templates/pretalx_media_ccc_de
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 6
6
< h2 > {% trans "Set up media.ccc.de sync" %}</ h2 >
7
7
< form method ="post ">
8
8
{% csrf_token %}
9
- {% include "common/forms/errors.html" with errors=form.non_field_errors %}
10
9
{{ form }}
11
10
< div class ="submit-group panel ">
12
11
< span > </ span >
@@ -32,15 +31,7 @@ <h2>{% trans "Set up media.ccc.de sync" %}</h2>
32
31
{% if url_form %}
33
32
< h3 > {% trans "Change URLs" %}</ h3 >
34
33
35
- < form method ="post ">
36
- {% csrf_token %}
37
- {% include "common/forms/errors.html" with errors=url_form.non_field_errors %}
38
- {{ url_form }}
39
-
40
- < button type ="submit " name ="action " value ="urls " class ="btn btn-success btn-lg float-right ">
41
- {% trans "Save" %}
42
- </ button >
43
- </ form >
34
+ {% include "orga/includes/base_form.html" with form=url_form %}
44
35
{% endif %}
45
36
46
37
{% endblock %}
You can’t perform that action at this time.
0 commit comments