Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 5edd527aaba4e33b526f04f58d0db2b8a4ef278e 10 lines 290 B view raw
1<!-- templates/core/login.html --> 2{% extends 'base.html' %} 3{% block content %} 4{% load i18n %} 5<div class="self-center w-full max-w-xl mx-auto"> 6 <div class="bg-base-200 rounded p-8"> 7 {% include 'partials/attendee_login.html' with fbl_auth_form=form %} 8 </div> 9</div> 10{% endblock %}