k4ever/k4ever/main/templates/registration/register.html

19 lines
542 B
HTML

{% extends "base.html" %}
{% 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 %}