{% extends 'vote/base.html' %} {% load crispy_forms_tags %} {% load static %} {% block content %}
{% csrf_token %}

Hausadmin (Network Admin) Application


{{ form|as_crispy_errors }}
Display Name
It will be displayed as: Firstname Lastname (Room)
{{ form.first_name|as_crispy_field:"bootstrap4" }}
{{ form.last_name|as_crispy_field:"bootstrap4" }}
Contact E-Mail Address
You will receive announcements from StuStaNet and support requests here. Your e-mail address will not be public.
{{ form.email|as_crispy_field:"bootstrap4" }}
Application InfoOptional
This information is visible to your house mates! What makes you a good candidate? You've been a network admin before? You study something technical? You speak Chinese or Arabic? Let us know!
Be recognizable and add a photo of yourself :) {{ form.avatar }}
{% endblock %} {% block footer_scripts %} {{ block.super }} {% endblock %}