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

Hausadmin (Network Admin) Application


{{ form|as_crispy_errors }}
Display Name
Current display name: {{ form.first_name.value|escape }} {{ form.last_name.value|escape }} ({{ voter.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? Your mom thinks you have super powers because you fixed the printer once? Let us know!
Be recognizable and add a photo of yourself :) {{ form.avatar }}
{% endblock %} {% block footer_scripts %} {{ block.super }} {% endblock %}