fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dodanie komunikatów o błędach, gdy nie zostanie wpisana nazwa użytkownika lub opis...
[redakcja.git]
/
project
/
templates
/
explorer
/
file_xml.html
diff --git
a/project/templates/explorer/file_xml.html
b/project/templates/explorer/file_xml.html
index
ad55a88
..
08e42e4
100644
(file)
--- a/
project/templates/explorer/file_xml.html
+++ b/
project/templates/explorer/file_xml.html
@@
-66,6
+66,9
@@
<form action="." method="post" accept-charset="utf-8">
<div id="buttons"></div>
{{ form.text }}
<form action="." method="post" accept-charset="utf-8">
<div id="buttons"></div>
{{ form.text }}
- <p>Użytkownik: {{ form.user }} Opis zmian: {{ form.commit_message }} <input type="submit" value="Zapisz"/></p>
+ {{ form.user.errors }}
+ <p>Użytkownik: {{ form.user }}</p>
+ {{ form.commit_message.errors }}
+ <p>Opis zmian: {{ form.commit_message }} <input type="submit" value="Zapisz"/></p>
</form>
{% endblock maincontent %}
</form>
{% endblock maincontent %}