We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526b88c commit 1e00519Copy full SHA for 1e00519
readthedocsext/theme/templates/profiles/private/advertising_profile.html
@@ -1,14 +1,14 @@
1
{% extends "profiles/base_edit.html" %}
2
3
-{% load i18n %}
4
-{% load crispy_forms_tags %}
+{% load trans from i18n %}
+{% load crispy from crispy_forms_tags %}
5
6
{% block title %}
7
{% trans "Set advertising preferences" %}
8
{% endblock title %}
9
{% block profile_admin_advertising %}
10
active
11
-{% endblock profile_admin_advertising %}
+{% endblock profile_admin_advertising %}
12
{% block edit_content_header %}
13
14
{% endblock edit_content_header %}
@@ -48,7 +48,7 @@
48
{% endblocktrans %}
49
</p>
50
51
- <form class="ui form" method="POST" action=".">
+ <form class="ui form" method="post" action=".">
52
{% csrf_token %}
53
{{ form|crispy }}
54
<input class="ui button"
0 commit comments