diff --git a/ietf/templates/base/left_menu.html b/ietf/templates/base/left_menu.html index ed5f4bce8..3cf94669a 100644 --- a/ietf/templates/base/left_menu.html +++ b/ietf/templates/base/left_menu.html @@ -37,30 +37,30 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% load ietf_filters community_tags %}
-Return to the list view +Return to the list view
{% endblock %} diff --git a/ietf/templates/community/public/unsubscribe_email.txt b/ietf/templates/community/public/unsubscribe_email.txt index e0711a847..1acd569c9 100644 --- a/ietf/templates/community/public/unsubscribe_email.txt +++ b/ietf/templates/community/public/unsubscribe_email.txt @@ -3,7 +3,7 @@ Hello, In order to complete the cancelation of your subscription to {% if significant %}significant {% endif %}changes on {{ clist.long_name }}, please follow this link or copy it and paste it in your web browser: -http://{{ domain }}{% if significant %}{% url confirm_significant_unsubscription clist.id to_email today auth %}{% else %}{% url confirm_unsubscription clist.id to_email today auth %}{% endif %} +http://{{ domain }}{% if significant %}{% url "confirm_significant_unsubscription" clist.id to_email today auth %}{% else %}{% url "confirm_unsubscription" clist.id to_email today auth %}{% endif %} Best regards, diff --git a/ietf/templates/doc/add_comment.html b/ietf/templates/doc/add_comment.html index b67767d56..87fa8ddad 100644 --- a/ietf/templates/doc/add_comment.html +++ b/ietf/templates/doc/add_comment.html @@ -24,7 +24,7 @@ form.add-comment .actions {{% if can_announce %} -Approve ballot +Approve ballot {% endif %}
{% endif %} diff --git a/ietf/templates/doc/ballot/approve_ballot.html b/ietf/templates/doc/ballot/approve_ballot.html index a451d2230..5b1dbbcd0 100644 --- a/ietf/templates/doc/ballot/approve_ballot.html +++ b/ietf/templates/doc/ballot/approve_ballot.html @@ -30,7 +30,7 @@ form.approve-ballot .announcement {{% if can_make_last_call %} -Make Last Call +Make Last Call {% endif %}
diff --git a/ietf/templates/doc/ballot_popup.html b/ietf/templates/doc/ballot_popup.html index 71d5f4b4a..6b201aa73 100644 --- a/ietf/templates/doc/ballot_popup.html +++ b/ietf/templates/doc/ballot_popup.html @@ -6,7 +6,7 @@For help on the initial state choice, see the state table.
+For help on the initial state choice, see the state table.