| Summary: | {{ form.summary }}{{ form.summary.errors }}
|
| Language: | {{form.language}}{{form.language.errors}}
|
| Active: | {{ form.active }}{{form.active.errors}} Type: {{ form.type }}{{form.type.errors}}
|
| Points: | {{ form.points }}{{ form.points.errors }}
|
| Rendered: |
|
| Description: | {{ form.description}} {{form.description.errors}}
|
| Snippet: | {{ form.snippet }}{{ form.snippet.errors }} |
| Tags: | {{ form.tags }}
|
| Options: | {{ form.options }} {{form.options.errors}}
|
| Test: | {{ form.test }} {{form.test.errors}}
|
| Reference Code Path: | {{ form.ref_code_path }} {{form.ref_code_path.errors}}
|