First Commit
This commit is contained in:
commit
ce0758fbbb
496 changed files with 52062 additions and 0 deletions
13
templates/messagerie/new_message.html
Normal file
13
templates/messagerie/new_message.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{% extends 'layout.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<h2>Nouveau message</h2>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form_subject.as_p }}
|
||||
{{ form_message.as_p }}
|
||||
<button>Envoyer</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue