mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-16 03:29:41 +00:00
Add URLField for linking to uploaded quotes
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
<dt class="col-sm-6">Insurance Value</dt>
|
||||
<dd class="col-sm-6">£{{ object.insurance_value }}</dd>
|
||||
{% endif %}
|
||||
<dt class="col-sm-6">Quote</dt>
|
||||
<dd class="col-sm-6"><a href="{{ object.quote }}">View</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user