Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiboutas committed Jan 7, 2024
1 parent 034a76b commit 074ca50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/account/signup.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% load i18n crispy_forms_tags wagtailsettings_tags %}
{% get_settings %}
{% block head_title %}
{% translate "Signup" %}
{% endblock head_title %}
{% block content %}
{% get_settings %}
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
<h1 class="mt-10 mb-10 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">
Expand Down
2 changes: 1 addition & 1 deletion templates/socialaccount/signup.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% load i18n crispy_forms_tags wagtailsettings_tags %}
{% get_settings %}
{% block head_title %}
{% translate "Signup" %}
{% endblock head_title %}
{% block content %}
{% get_settings %}
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
<h1 class="mt-10 mb-10 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">
Expand Down

0 comments on commit 074ca50

Please sign in to comment.