diff options
Diffstat (limited to 'djangoproject/templates/accounts/edit_profile.html')
| -rw-r--r-- | djangoproject/templates/accounts/edit_profile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/accounts/edit_profile.html b/djangoproject/templates/accounts/edit_profile.html index 29d5dfc2..9bd5803f 100644 --- a/djangoproject/templates/accounts/edit_profile.html +++ b/djangoproject/templates/accounts/edit_profile.html @@ -31,7 +31,7 @@ <input class="cta" type="submit" value="{% translate "Save" %}"/> </div> </form> -{% endblock %} +{% endblock content %} {% block content-related %} <div role="complementary"> @@ -56,4 +56,4 @@ </a> </p> </div> -{% endblock %} +{% endblock content-related %} |
