|
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<div class="col-lg-4"> |
|
|
|
|
<a href="{% url 'users:customer-profile-open-projects' project.customer.pk %}" class="aLinkExe"> |
|
|
|
|
<a href="{% url 'users:customer-profile' project.customer.pk %}" class="aLinkExe"> |
|
|
|
|
<div class="imgExecutor"> |
|
|
|
|
{% if project.customer.avatar %} |
|
|
|
|
{% thumbnail project.customer.avatar "125x125" crop="center" as im %} |
|
|
|
|
@ -46,7 +46,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</a> |
|
|
|
|
<p class="nameExecutor"> |
|
|
|
|
<a href="{% url 'users:customer-profile-open-projects' project.customer.pk %}">{{ project.customer.get_full_name }} |
|
|
|
|
<a href="{% url 'users:customer-profile' project.customer.pk %}">{{ project.customer.get_full_name }} |
|
|
|
|
[{{ project.customer.username }}]</a> |
|
|
|
|
</p> |
|
|
|
|
<p class="navv2">На сайте {{ project.created|naturaltime }}</p> |
|
|
|
|
|