⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Calebasse
All Projects
Produits Entr'ouvert
»
Calebasse
Overview
Activity
Roadmap
Issues
News
Documents
Wiki
Files
Repository
Download (222 Bytes)
Statistics
| Branch:
cv2
demo
master
new-features
regularisation
wip-Django1.7
| Tag:
1.0.0
1.0.1
1.0.99
1.1.0
1.1.1
1.1.2
cv2-1
cv2-2
v1.2.0
v1.2.99
| Revision:
calebasse
/
calebasse
/
dossiers
/
templates
/
dossiers
/
patientrecord_new.html
@ 8e0743e6
View
History
Annotate
{% load widget_tweaks %}
<form
action=
"{{ request.get_full_path }}"
method=
"post"
>
{% csrf_token %}
{% for field in form %}
<p>
{{ field.errors }}
{{ field.label_tag }} {{ field }}
</p>
{% endfor %}
</form>
« Previous
1
…
8
9
10
11
12
…
15
Next »
(10-10/15)
Loading...