diff options
Diffstat (limited to 'djangoproject/templates/contact')
| -rw-r--r-- | djangoproject/templates/contact/foundation.html | 2 | ||||
| -rw-r--r-- | djangoproject/templates/contact/sent.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/contact/foundation.html b/djangoproject/templates/contact/foundation.html index ea537412..381225fa 100644 --- a/djangoproject/templates/contact/foundation.html +++ b/djangoproject/templates/contact/foundation.html @@ -48,4 +48,4 @@ <button type="submit" class="cta arrow">{% translate "Send" %}</button> </div> </form> -{% endblock %} +{% endblock content %} diff --git a/djangoproject/templates/contact/sent.html b/djangoproject/templates/contact/sent.html index 9cc57be4..73b485fa 100644 --- a/djangoproject/templates/contact/sent.html +++ b/djangoproject/templates/contact/sent.html @@ -20,4 +20,4 @@ it's an emergency. {% endblocktranslate %} </p> -{% endblock %} +{% endblock content %} |
