mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Change pk to id
This commit is contained in:
parent
85e13b0719
commit
7e4a99fd33
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@
|
|||
</li>
|
||||
<li class="usa-breadcrumb__list-item">
|
||||
{% if member %}
|
||||
{% url 'member' pk=member.pk as back_url %}
|
||||
{% url 'member' pk=member.id as back_url %}
|
||||
{% elif invitation %}
|
||||
{% url 'invitedmember' pk=invitation.pk as back_url %}
|
||||
{% url 'invitedmember' pk=invitation.id as back_url %}
|
||||
{% endif %}
|
||||
<a href="{{ back_url }}" class="usa-breadcrumb__link"><span>Manage member</span></a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue