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