For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
| ; 1 2 3 4 5 6 7 | |
| ;01234567890123456789012345678901234567890123456789012345678901234567890 | |
| ;======================================================================= | |
| ;+---------------------------------------------------------------------+ | |
| ;| | | |
| ;| Example using FPU registers for floating point calculations. | | |
| ;| | | |
| ;| The purpose of this source code is to demonstrate on how to | | |
| ;| do floating-point operations using FPU registers. | | |
| ;| | |
| {% if messages %} | |
| {% for message in messages %} | |
| <div class="alert {% if message.tags %} alert-{{ message.tags }}{% endif %}">{{ message|safe }}</div> | |
| {% endfor %} | |
| {% endif %} | |
| {% if form.errors %} | |
| <div class="alert alert-error"> | |
| <h4>Please fix the following errors</h4> | |
| <ul> |