equal
deleted
inserted
replaced
14 --> |
14 --> |
15 </script> |
15 </script> |
16 |
16 |
17 <div id="user" class="tab-meta"> |
17 <div id="user" class="tab-meta"> |
18 |
18 |
19 <a href="{% url user %}">{% blocktrans %}Users' list{% endblocktrans %}</a> / <a href="{% url user-add %}">{% blocktrans %}Add a new user{% endblocktrans %}</a> / {% blocktrans with user.get_profile.admin_print as username %}Contact user {{ username }}{% endblocktrans %} |
19 <a href="{% url user %}">{% blocktrans %}Users' list{% endblocktrans %}</a> / <a href="{% url user-add %}">{% blocktrans %}Add a new user{% endblocktrans %}</a> / {% blocktrans with recipient_profile.admin_print as username %}Contact user {{ username }}{% endblocktrans %} |
20 |
20 |
21 <br /><br /> |
21 <br /><br /> |
22 {% endblock %} |
22 {% endblock %} |
23 |
23 |
24 {% block buttons %} |
24 {% block buttons %} |