Skip to content
Snippets Groups Projects
Commit c7f2cdd6 authored by siebenseitig's avatar siebenseitig
Browse files

feat: remove border-tertiary

parent 27bf0300
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{{ titleMacro.title(_("Redeem Token")) }} {{ titleMacro.title(_("Redeem Token")) }}
{% if step == 'authenticated' %} {% if step == 'authenticated' %}
<form class="border p-6 my-8 border-tertiary" method="POST" action="{{ url('plainui:redeem_token_loggedin', conf_slug=conf.slug) }}"> <form class="border p-6 my-8" method="POST" action="{{ url('plainui:redeem_token_loggedin', conf_slug=conf.slug) }}">
<h2 class="text-center bg-info p-3 text-white h3">{{ _("You are Logged in as '%(user)s', do you want to join the Conference with this User?", user=user.username) }}</h2> <h2 class="text-center bg-info p-3 text-white h3">{{ _("You are Logged in as '%(user)s', do you want to join the Conference with this User?", user=user.username) }}</h2>
{{ csrf_input }} {{ csrf_input }}
<input type="hidden" name="token" value="{{ form['jwt'].value() }}"> <input type="hidden" name="token" value="{{ form['jwt'].value() }}">
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{% block content %} {% block content %}
{{ titleMacro.title(_("Help, there is a Problem...")) }} {{ titleMacro.title(_("Help, there is a Problem...")) }}
<form method="POST" id="report_content" class="border p-6 mt-11 mb-8{% if form.errors %} border-danger{% else %} border-tertiary{% endif %}"> <form method="POST" id="report_content" class="border p-6 mt-11 mb-8{% if form.errors %} border-danger{% endif %}">
<h1 class="text-center bg-info p-3 text-white h3">{{_("Report Content")}}</h1> <h1 class="text-center bg-info p-3 text-white h3">{{_("Report Content")}}</h1>
{{ csrf_input }} {{ csrf_input }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment