mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
Person twiddles
This commit is contained in:
parent
c3bfd50cf1
commit
52c0ab213a
@ -141,7 +141,7 @@ def person(request, first_name='', last_name='', ):
|
|||||||
this_person = Person.objects.get(first_name = first_name, last_name = last_name)
|
this_person = Person.objects.get(first_name = first_name, last_name = last_name)
|
||||||
return render(request,'person.html', {'person': this_person, })
|
return render(request,'person.html', {'person': this_person, })
|
||||||
except:
|
except:
|
||||||
message = f'Person not found \'{first_name} {last_name}\' - possibly Scottish? (We have a name parser issue with Mc, Mac etc.)'
|
message = f'Person not found \'{first_name} {last_name}\' - possibly Scottish? (See our <a href="/handbook/troggle/namesredesign.html">Proposal to fix this</a>)'
|
||||||
return render(request, 'errors/generic.html', {'message': message})
|
return render(request, 'errors/generic.html', {'message': message})
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Surveys done</h3>
|
<h3>Surveys done</h3>
|
||||||
Wallets and surveys mentioning <a href="/wallets/person/{{person}}">{{person}}</a>
|
Wallets and surveys mentioning <a href="/wallets/person/{{person}}">{{person}}</a><br>
|
||||||
|
|
||||||
{% if person.blurb %}
|
{% if person.blurb %}
|
||||||
{{person.blurb|safe}}
|
{{person.blurb|safe}}
|
||||||
|
Loading…
Reference in New Issue
Block a user