batiste/django-page-cms

View on GitHub
pages/templates/pages/contact.html

Summary

Maintainability
Test Coverage
{% load i18n %}
<form action="" method="post">
{{ form.as_p }}
<input type="submit" value="{% trans "Send" %}">
</form>