Adaptation welcome page
continuous-integration/drone/push Build is passing Details

pull/18/head
DahmaneYanis 1 year ago
parent 167db8ef3e
commit 28171b35e0

@ -73,13 +73,13 @@
<h2> Mes strategies </h2> <h2> Mes strategies </h2>
<button onclick="location.pathname='/tactic/create'"> Créer une nouvelle tactique </button> <button onclick="location.pathname='/user/create'"> Créer une nouvelle tactique </button>
{% if recentTactic != null %} {% if recentTactic != null %}
{% for tactic in recentTactic %} {% for tactic in recentTactic %}
<div onclick="location.pathname=/tactic/edit/{{ strategie.id }}"> <div onclick="location.pathname=/user/edit/{{ strategie.id }}">
<p> {{tactic.id}} - {{tactic.name}} - {{tactic.creation_date}} </p> <p> {{tactic.id}} - {{tactic.name}} - {{tactic.creation_date}} </p>
<button onclick="location.pathname='/tactic/edit/{{ tactic.id }}'"> Editer la stratégie {{tactic.id}} </button> <button onclick="location.pathname='/user/edit/{{ tactic.id }}'"> Editer la stratégie {{tactic.id}} </button>
</div> </div>
{% endfor %} {% endfor %}
{% else %} {% else %}

Loading…
Cancel
Save