mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +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>
|
||||
<h2>Notes</h2>
|
||||
{% 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>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue