Skip to content
Snippets Groups Projects

Resolve "Wizard should have consistent page and browser title"

3 files
+ 3
16
Compare changes
  • Side-by-side
  • Inline
Files
3
{% extends "core/base.html" %}
{% extends "core/base.html" %}
{% load material_form i18n %}
{% load material_form i18n %}
{% block browser_title %}{{ browser_title }}{% endblock %}
{% block browser_title %}{% trans "Registration" %}: {{ event.display_name }}{% endblock %}
{% block page_title %}{{ page_title }}{% endblock %}
{% block page_title %}{% trans "Registration" %}: {{ event.display_name }}{% endblock %}
{% block content %}
{% block content %}
<div class="row">
<div class="row">
Loading