aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-10-31 17:05:16 -0400
committerMitch Riedstra <Mitch@riedstra.us>2017-10-31 17:05:16 -0400
commit30f1cbb8368b133cf46f613e896bf012ec4da51c (patch)
treee341c83aa29a1200bbac40914d162c2f2b6f7fca
parent8786a7e2d04469184b4975e47165916457c26e1c (diff)
downloaddispatch-tracker-30f1cbb8368b133cf46f613e896bf012ec4da51c.tar.gz
dispatch-tracker-30f1cbb8368b133cf46f613e896bf012ec4da51c.tar.xz
Remove ident.pk from create new identity as it doesn't makse sense
-rw-r--r--app/dispatch/templates/dispatch/drivers/detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html
index 26a2ba8..774ee48 100644
--- a/app/dispatch/templates/dispatch/drivers/detail.html
+++ b/app/dispatch/templates/dispatch/drivers/detail.html
@@ -94,7 +94,7 @@
<div class="row">
<div class="col s12">
<div class="right-align">
- <a class="btn green" href="{% url 'identity_create' object.pk ident.pk %}">Create New Identity</a>
+ <a class="btn green" href="{% url 'identity_create' object.pk %}">Create New Identity</a>
</div>
</div>
</div>