remove mismatched html tags
authorJan Szejko <janek37@gmail.com>
Tue, 25 Apr 2017 09:20:29 +0000 (11:20 +0200)
committerJan Szejko <janek37@gmail.com>
Tue, 25 Apr 2017 09:20:58 +0000 (11:20 +0200)
apps/catalogue/templates/catalogue/book_owner.html
apps/catalogue/templates/catalogue/document_fork.html
apps/organizations/templates/organizations/edit.html
apps/organizations/templates/organizations/edit_user.html
apps/organizations/templates/organizations/join.html
apps/organizations/templates/organizations/new.html
apps/wiki/static/wiki/editor
redakcja/templates/registration.html

index 19a31f9..69f850a 100644 (file)
@@ -23,7 +23,7 @@
                 {% endfor %}
             </select>
 
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Change owner" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Change owner" %}</button>
     </form>
 
 {% endblock %}
index 36847b6..fc3a984 100644 (file)
@@ -17,7 +17,7 @@
                 {% endfor %}
             </select>
 
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Create another version" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Create another version" %}</button>
     </form>
 
 {% endblock %}
index 8e40392..60dca0f 100644 (file)
@@ -8,7 +8,7 @@
 
     <form enctype="multipart/form-data" method="POST">
         {% include "organizations/snippets/organization_form.html" %}
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Change" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Change" %}</button>
     </form>
 
 
index 358035d..83262cf 100644 (file)
@@ -40,7 +40,7 @@
             <textarea class="form-control" name="projects">{{ form.projects.value|default:"" }}</textarea>
            {% trans "Enter each line as: Internet address, language, description, separated with spaces" %}<br/>
 
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Change" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Change" %}</button>
     </form>
 
 
index 214316c..1b57dca 100644 (file)
@@ -12,7 +12,7 @@
 
     <form enctype="multipart/form-data" method="POST">
     {% csrf_token %}
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Join" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Join" %}</button>
     </form>
 
 
index 531f5d4..65e5b61 100644 (file)
@@ -8,7 +8,7 @@
 
     <form enctype="multipart/form-data" method="POST">
         {% include "organizations/snippets/organization_form.html" %}
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Create organization" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Create organization" %}</button>
     </form>
 
 
index a49547b..246796c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a49547b7a4bef633bb92bee9cf97fdcfe67c76aa
+Subproject commit 246796cf3b707c4c340edc7a1d51946fff8a278e
index 43a8c39..8d43d53 100644 (file)
@@ -26,7 +26,7 @@
             {{ form.password.errors }}
             <input class="form-control" name="password" type="password">
 
-        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Register" %}</button></td></tr>
+        <button style="margin-top:1em;" class="btn btn-default" type="submit">{% trans "Register" %}</button>
     </form>
 
 </div>