Skip to content

Instantly share code, notes, and snippets.

View wess's full-sized avatar
💭
When am I not writing code?

Wess Cope wess

💭
When am I not writing code?
View GitHub Profile
#include <dirent.h>
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <iostream>
#include <fstream>
<form method="post">
<dl>
{% for field in form %}
<dt>{{field.label_tag}}</dt>
<dd>{{field}}</dd>
{% if field.errors %}<dd class="field-errors">{{field.errors.as_text}}</dd>{% endif %}
{% endfor %}
<dt>&nbsp;</dt>
<dd><button type="submit">Submit</button></dd>
</dl>