mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Added Logo to registration form
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{% extends "pretixcontrol/auth/base.html" %}
|
||||
{% load bootstrap3 %}
|
||||
{% load staticfiles %}
|
||||
{% load i18n %}
|
||||
{% block content %}
|
||||
<img src="{% static "pretixbase/img/pretix-logo.svg" %}" class="logo" />
|
||||
<form class="form-signin" action="" method="post">
|
||||
<h3>{% trans "Create a new account" %}</h3>
|
||||
{% bootstrap_form_errors form type='all' layout='inline' %}
|
||||
|
||||
Reference in New Issue
Block a user