first commit
This commit is contained in:
commit
e6c52820cd
227 changed files with 16156 additions and 0 deletions
10
Templates/prospect_details.html
Normal file
10
Templates/prospect_details.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<a href="{{ url_for('edit_prospect', prospect_id=prospect.id) }}" class="btn btn-primary">
|
||||
<i class="fas fa-edit"></i> Modifier
|
||||
</a>
|
||||
<a href="{{ url_for('convert_prospect', prospect_id=prospect.id) }}" class="btn btn-success" onclick="return confirm('Êtes-vous sûr de vouloir convertir ce prospect en client ?');">
|
||||
<i class="fas fa-user-check"></i> Convertir en client
|
||||
</a>
|
||||
{% with entity_type='prospect', entity_id=prospect.id %}
|
||||
{% include "partials/task_quick_add_button.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue