mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Add notice about capabilities in form view
This commit is contained in:
parent
e8ea8d6505
commit
467c582a83
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@
|
||||||
</div>
|
</div>
|
||||||
<h2>Notes</h2>
|
<h2>Notes</h2>
|
||||||
{% bootstrap_field form.notes show_label=False %}
|
{% bootstrap_field form.notes show_label=False %}
|
||||||
|
|
||||||
|
<div class="alert alert-info">
|
||||||
|
Les capacités sont disponibles une fois votre personnage créé.
|
||||||
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Enregistrer</button>
|
<button type="submit" class="btn btn-primary">Enregistrer</button>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue