fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove even more query chars
[wolnelektury.git]
/
src
/
suggest
/
templates
/
suggest.html
1
{% extends "ajaxable/form.html" %}
2
{% load ajaxable_tags %}
3
4
{% block form_fields %}
5
{{ form.contact|pretty_field }}
6
{{ form.description|pretty_field }}
7
{{ form.agree_newsletter|pretty_checkbox }}
8
{% endblock %}