fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1169680
)
remove mismatched html tags
author
Jan Szejko
<janek37@gmail.com>
Tue, 25 Apr 2017 09:20:29 +0000
(11:20 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 25 Apr 2017 09:20:58 +0000
(11:20 +0200)
apps/catalogue/templates/catalogue/book_owner.html
patch
|
blob
|
history
apps/catalogue/templates/catalogue/document_fork.html
patch
|
blob
|
history
apps/organizations/templates/organizations/edit.html
patch
|
blob
|
history
apps/organizations/templates/organizations/edit_user.html
patch
|
blob
|
history
apps/organizations/templates/organizations/join.html
patch
|
blob
|
history
apps/organizations/templates/organizations/new.html
patch
|
blob
|
history
apps/wiki/static/wiki/editor
patch
|
blob
|
history
redakcja/templates/registration.html
patch
|
blob
|
history
diff --git
a/apps/catalogue/templates/catalogue/book_owner.html
b/apps/catalogue/templates/catalogue/book_owner.html
index
19a31f9
..
69f850a
100644
(file)
--- a/
apps/catalogue/templates/catalogue/book_owner.html
+++ b/
apps/catalogue/templates/catalogue/book_owner.html
@@
-23,7
+23,7
@@
{% endfor %}
</select>
{% 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 %}
</form>
{% endblock %}
diff --git
a/apps/catalogue/templates/catalogue/document_fork.html
b/apps/catalogue/templates/catalogue/document_fork.html
index
36847b6
..
fc3a984
100644
(file)
--- a/
apps/catalogue/templates/catalogue/document_fork.html
+++ b/
apps/catalogue/templates/catalogue/document_fork.html
@@
-17,7
+17,7
@@
{% endfor %}
</select>
{% 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 %}
</form>
{% endblock %}
diff --git
a/apps/organizations/templates/organizations/edit.html
b/apps/organizations/templates/organizations/edit.html
index
8e40392
..
60dca0f
100644
(file)
--- a/
apps/organizations/templates/organizations/edit.html
+++ b/
apps/organizations/templates/organizations/edit.html
@@
-8,7
+8,7
@@
<form enctype="multipart/form-data" method="POST">
{% include "organizations/snippets/organization_form.html" %}
<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>
</form>
diff --git
a/apps/organizations/templates/organizations/edit_user.html
b/apps/organizations/templates/organizations/edit_user.html
index
358035d
..
83262cf
100644
(file)
--- a/
apps/organizations/templates/organizations/edit_user.html
+++ b/
apps/organizations/templates/organizations/edit_user.html
@@
-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/>
<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>
</form>
diff --git
a/apps/organizations/templates/organizations/join.html
b/apps/organizations/templates/organizations/join.html
index
214316c
..
1b57dca
100644
(file)
--- a/
apps/organizations/templates/organizations/join.html
+++ b/
apps/organizations/templates/organizations/join.html
@@
-12,7
+12,7
@@
<form enctype="multipart/form-data" method="POST">
{% csrf_token %}
<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>
</form>
diff --git
a/apps/organizations/templates/organizations/new.html
b/apps/organizations/templates/organizations/new.html
index
531f5d4
..
65e5b61
100644
(file)
--- a/
apps/organizations/templates/organizations/new.html
+++ b/
apps/organizations/templates/organizations/new.html
@@
-8,7
+8,7
@@
<form enctype="multipart/form-data" method="POST">
{% include "organizations/snippets/organization_form.html" %}
<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>
</form>
diff --git
a/apps/wiki/static/wiki/editor
b/apps/wiki/static/wiki/editor
index
a49547b
..
246796c
160000
(submodule)
--- 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
43a8c39
..
8d43d53
100644
(file)
--- a/
redakcja/templates/registration.html
+++ b/
redakcja/templates/registration.html
@@
-26,7
+26,7
@@
{{ form.password.errors }}
<input class="form-control" name="password" type="password">
{{ 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>
</form>
</div>