Select Git revision
README.Unix.txt
-
Albrecht Schlosser authored
These build instructions are as up-to-date as possible although there are still references to FLTK 1.3 (e.g. under NetBSD). Closes #67.
Albrecht Schlosser authoredThese build instructions are as up-to-date as possible although there are still references to FLTK 1.3 (e.g. under NetBSD). Closes #67.
deleteUsers.html 323 B
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p> Are you sure you want to delete the account named "{{user.user}}"? </p>
<form action="{% url 'deleteUsers' user.id %}" method="POST">
{% csrf_token %}
<a href="{% url 'manageUsers' %}">Cancel</a>
<input type="submit" name="confirm">
</form>
</body>
</html>