remove ticker.info no longer exist
This commit is contained in:
@@ -15,7 +15,14 @@
|
||||
<div class="form-group">
|
||||
<label class="required-field" for="symbole">{{form.symbole.label}}</label>
|
||||
{{form.symbole(class_='form-control')}}
|
||||
<p class="form-control-static">{{ item.libelle }}</p>
|
||||
</div>
|
||||
|
||||
{% for error in form.libelle.errors %}
|
||||
<div class="error">{{ error }}</div>
|
||||
{% endfor %}
|
||||
<div class="form-group">
|
||||
<label class="required-field" for="libelle">{{form.libelle.label}}</label>
|
||||
{{form.libelle(class_='form-control')}}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user