diff --git a/aleksis/core/templates/core/person/full.html b/aleksis/core/templates/core/person/full.html index 905386b2a42b0805c7057df1e8e5d7ca6766c87b..24e267db3caf7b6a9886f10269a4db654514f696 100644 --- a/aleksis/core/templates/core/person/full.html +++ b/aleksis/core/templates/core/person/full.html @@ -164,20 +164,22 @@ <i class="material-icons small">phone</i> </td> <td> - {% if person.mobile_number %} - <a href="{{ person.mobile_number.as_rfc3966 }}">{{ person.mobile_number.as_international }}</a> + {% if person.phone_number %} + <a href="{{ person.phone_number.as_rfc3966 }}">{{ person.phone_number.as_international }}</a> {% else %} – {% endif %} - <small>({% trans "mobile number" %})</small> + <small>({% trans "Home phone" %})</small> </td> </tr> <tr> <td> {% if person.mobile_number %} <a href="{{ person.mobile_number.as_rfc3966 }}">{{ person.mobile_number.as_international }}</a> - <small>({% trans "mobile number" %})</small> + {% else %} + – {% endif %} + <small>({% trans "Mobile phone" %})</small> </td> </tr> <tr>