Projet

Général

Profil

0001-edit-profile-page-title-fix.patch

Serghei Mihai, 27 mai 2015 17:23

Télécharger (814 octets)

Voir les différences:

Subject: [PATCH] edit profile page title fix

 src/authentic2/templates/profiles/edit_profile.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/templates/profiles/edit_profile.html
1 1
{% extends "base.html" %}
2 2
{% load i18n %}
3 3

  
4
{% block title %}{% trans "Create profile" %}{% endblock %}
4
{% block title %}{% trans "Edit profile" %}{% endblock %}
5 5

  
6 6
{% block content %}
7 7
<form method="post">
8
-