Skip to content
Snippets Groups Projects
Commit e792b9bc authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix(sonarQube): ajout de legend à fieldset pour création de vue postgresql

parent 747dddd4
No related branches found
No related tags found
1 merge request!538REDMINE_ISSUE-24432 | Corriger les erreurs SonarQube & réactiver dans CI
Pipeline #43541 failed
......@@ -10,16 +10,16 @@
{% block content %}
<form action="" method="post">{% csrf_token %}
<fieldset class="module ">
<h1>Création d'une vue PostrgreSQL :</h1>
<div class="generic__inputs">
{%for field in pg_form %}
<label for="{{ field.id_for_label }}">{{ field.label }} : </label>
{{ field }}
{{ field.errors }}
<br>
{% endfor %}
</div>
<fieldset class="module">
<legend style="margin: 0 0 20px;font-weight: 300;font-size: 1.25rem;">Création d'une vue PostgreSQL</legend>
<div class="generic__inputs">
{%for field in pg_form %}
<label for="{{ field.id_for_label }}">{{ field.label }} : </label>
{{ field }}
{{ field.errors }}
<br>
{% endfor %}
</div>
</fieldset>
<div class="fds">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment