You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
862 B

{% extends "base.html" %}
{% comment %}
# This file is part of k4ever, a point-of-sale system
# Contact............ <k4ever@lists.someserver.de>
# Website............ http://k4ever.someserver.de/
# Bug tracker........ http://k4ever.someserver.de/report
#
# Licensed under GNU Affero General Public License v3 or later
{% endcomment %}
{% block "content" %}
<pre>
>>> from frunde import tannek
>>> tannek.troll(subject="registration_not_avaliable", extended_mode=True)
ERROR_WHILE_HANDLING_EXCEPTION
Matestand: -65337
>>> tannek.insertMate()
Matestand: -65336
>>> [tannek.insertMate() for i in range(65337)]
STACK_SIZE_EXCEEDED
>>> [tannek.insertMate() for i in range(tannek.STACK_SIZE)] # FUCK YA!
UNKNOWN_COMMAND
>>> tannek.fixEverything()
rebooting ...
</pre>
You see? No registration right now! I tried and tried and it didn't work.
{% endblock %}