Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thomasDOTwtf
hub
Commits
c7f2cdd6
Commit
c7f2cdd6
authored
Dec 26, 2020
by
siebenseitig
Browse files
Options
Downloads
Patches
Plain Diff
feat: remove border-tertiary
parent
27bf0300
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plainui/jinja2/plainui/redeem_token.html
+1
-1
1 addition, 1 deletion
src/plainui/jinja2/plainui/redeem_token.html
src/plainui/jinja2/plainui/report_content.html
+1
-1
1 addition, 1 deletion
src/plainui/jinja2/plainui/report_content.html
with
2 additions
and
2 deletions
src/plainui/jinja2/plainui/redeem_token.html
+
1
−
1
View file @
c7f2cdd6
...
...
@@ -5,7 +5,7 @@
{{ titleMacro.title(_("Redeem Token")) }}
{% 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>
{{ csrf_input }}
<input
type=
"hidden"
name=
"token"
value=
"{{ form['jwt'].value() }}"
>
...
...
This diff is collapsed.
Click to expand it.
src/plainui/jinja2/plainui/report_content.html
+
1
−
1
View file @
c7f2cdd6
...
...
@@ -5,7 +5,7 @@
{% block content %}
{{ 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>
{{ csrf_input }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment