From 2608b2bb8cf7acf29feb42ddd8213bd884ae535a Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 25 Apr 2017 11:20:29 +0200 Subject: [PATCH] remove mismatched html tags --- apps/catalogue/templates/catalogue/book_owner.html | 2 +- apps/catalogue/templates/catalogue/document_fork.html | 2 +- apps/organizations/templates/organizations/edit.html | 2 +- apps/organizations/templates/organizations/edit_user.html | 2 +- apps/organizations/templates/organizations/join.html | 2 +- apps/organizations/templates/organizations/new.html | 2 +- apps/wiki/static/wiki/editor | 2 +- redakcja/templates/registration.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/catalogue/templates/catalogue/book_owner.html b/apps/catalogue/templates/catalogue/book_owner.html index 19a31f96..69f850a8 100644 --- a/apps/catalogue/templates/catalogue/book_owner.html +++ b/apps/catalogue/templates/catalogue/book_owner.html @@ -23,7 +23,7 @@ {% endfor %} - + {% endblock %} diff --git a/apps/catalogue/templates/catalogue/document_fork.html b/apps/catalogue/templates/catalogue/document_fork.html index 36847b65..fc3a9846 100644 --- a/apps/catalogue/templates/catalogue/document_fork.html +++ b/apps/catalogue/templates/catalogue/document_fork.html @@ -17,7 +17,7 @@ {% endfor %} - + {% endblock %} diff --git a/apps/organizations/templates/organizations/edit.html b/apps/organizations/templates/organizations/edit.html index 8e403923..60dca0f8 100644 --- a/apps/organizations/templates/organizations/edit.html +++ b/apps/organizations/templates/organizations/edit.html @@ -8,7 +8,7 @@
{% include "organizations/snippets/organization_form.html" %} - +
diff --git a/apps/organizations/templates/organizations/edit_user.html b/apps/organizations/templates/organizations/edit_user.html index 358035d0..83262cf5 100644 --- a/apps/organizations/templates/organizations/edit_user.html +++ b/apps/organizations/templates/organizations/edit_user.html @@ -40,7 +40,7 @@ {% trans "Enter each line as: Internet address, language, description, separated with spaces" %}
- + diff --git a/apps/organizations/templates/organizations/join.html b/apps/organizations/templates/organizations/join.html index 214316c3..1b57dca3 100644 --- a/apps/organizations/templates/organizations/join.html +++ b/apps/organizations/templates/organizations/join.html @@ -12,7 +12,7 @@
{% csrf_token %} - +
diff --git a/apps/organizations/templates/organizations/new.html b/apps/organizations/templates/organizations/new.html index 531f5d4c..65e5b61e 100644 --- a/apps/organizations/templates/organizations/new.html +++ b/apps/organizations/templates/organizations/new.html @@ -8,7 +8,7 @@
{% include "organizations/snippets/organization_form.html" %} - +
diff --git a/apps/wiki/static/wiki/editor b/apps/wiki/static/wiki/editor index a49547b7..246796cf 160000 --- a/apps/wiki/static/wiki/editor +++ b/apps/wiki/static/wiki/editor @@ -1 +1 @@ -Subproject commit a49547b7a4bef633bb92bee9cf97fdcfe67c76aa +Subproject commit 246796cf3b707c4c340edc7a1d51946fff8a278e diff --git a/redakcja/templates/registration.html b/redakcja/templates/registration.html index 43a8c393..8d43d538 100644 --- a/redakcja/templates/registration.html +++ b/redakcja/templates/registration.html @@ -26,7 +26,7 @@ {{ form.password.errors }} - + -- 2.20.1