Add a temporary alert to let people know comment form is fake

This commit is contained in:
Andrew Croce 2018-09-21 14:35:03 -04:00
parent 8e7a692983
commit a441f6033d

View File

@ -32,6 +32,11 @@
</section> </section>
{{ Alert('Comments and comment form are fake!',
message="<p>Please note, the comments and comment form below are just mocked out. Submitting it will do nothing. These will be hooked up to real functionality shortly. </p><p><strong>Engineer: please remove this alert when you do your thing.</strong></p>",
level='warning'
) }}
<section class='internal-notes' id='ccpo-notes'> <section class='internal-notes' id='ccpo-notes'>
<form method="POST" action="{{ url_for('requests.create_internal_comment', request_id=request.id) }}"> <form method="POST" action="{{ url_for('requests.create_internal_comment', request_id=request.id) }}">
<div class='panel'> <div class='panel'>