Skip to content
Snippets Groups Projects
Commit b1959230 authored by Zdenek Kubala's avatar Zdenek Kubala
Browse files

fix container home + reg form

parent 7ef13a80
Branches
No related tags found
No related merge requests found
{% extends "django_registration/registration_base.html" %}
{% load i18n %}
{% block title %} Registrace dokončena {% endblock %}
{% comment %}
{% block title %}{% trans "Activation email sent" %}{% endblock %}
{% endcomment %}
{% block content %}
<p> Registrace byla dokončena. </p>
{% comment %}
<p>{% trans "Please check your email to complete the registration process." %}</p>
{% endcomment %}
{% endblock %}
......
{% extends "base.html" %}
{% if request.user.is_authenticated %}
{% block content %}
{% if request.user.is_authenticated %}
<div class="container container--default">
{% if error_alreadysigned %}
<div class="alert alert--yellow-400">
<span> K Šifrovačce jste již přihlášeni </span>
......@@ -21,8 +22,9 @@
{% else %}
<p>Žádné šifrovačky nemáte aktivní.</p>
{% endif %}
</div>
{% endif %}
{% endblock %}
{{% endif %}
{% comment %}
{% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment