{% extends "form.html" %} {% load typogrify display %} {% load staticfiles compress %} {% block form_init %} {% endblock form_init %} {% block form_content %}
 
{% include "includes/bootstrap_errors.html" with errors=form.preferred_name.errors %}
{{ form.preferred_name }}

(e.g. to resolve the entity place 'Berlin' use the URL: http://dbpedia.org/resource/Berlin )
{% include "includes/bootstrap_errors.html" with errors=form.rdf.errors %}
{{ form.rdf }}

{% endblock form_content %} {% block form_functions %} {% endblock form_functions %}