Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
e39c4cef
Commit
e39c4cef
authored
2 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
allows extra css
parent
ff3e6ee1
No related branches found
No related tags found
No related merge requests found
Pipeline
#100799
passed
2 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basetheme_bootstrap/templates/registration/small_form_host.html
+10
-0
10 additions, 0 deletions
...eme_bootstrap/templates/registration/small_form_host.html
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
11 additions
and
1 deletion
basetheme_bootstrap/templates/registration/small_form_host.html
+
10
−
0
View file @
e39c4cef
...
...
@@ -13,6 +13,16 @@
{% endfor%}
{% endblock %}
{% block extra_css %}
{{block.super}}
{% if extra_css_file %}
<link
rel=
"stylesheet"
href=
"{% sstatic extra_css_file %}"
/>
{% endif%}
{% for extra_css_file in extra_css_files %}
<link
rel=
"stylesheet"
href=
"{% sstatic extra_css_file %}"
/>
{% endfor%}
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block page_title %}{{ page_title|default:title }}{% endblock %}
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
e39c4cef
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'
django-basetheme-bootstrap
'
,
version
=
'
1.
2
'
,
version
=
'
1.
3
'
,
description
=
'
Django Basetheme Bootstrap
'
,
long_description
=
readme
,
author
=
'
Bryan Brancotte
'
,
...
...
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
register
or
sign in
to comment