From 99b895742ac44a99fcb69057937d94f23b71a7f7 Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Fri, 9 Sep 2016 01:06:28 -0300 Subject: [PATCH] user pofile and edit profile user teacher #12 --- users/templates/users/edit_profile.html | 2 +- users/templates/users/profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index 561ef96..bbd974d 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -15,7 +15,7 @@ {% trans 'Profile' %} - + {% trans 'Edit Profile' %} diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 41793f4..c8ba94c 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -15,7 +15,7 @@ {% trans 'Profile' %} - + {% trans 'Edit Profile' %} -- libgit2 0.21.2