Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osmaxx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
geometalab
osmaxx
Commits
918f1477
Commit
918f1477
authored
8 years ago
by
Raphael Das Gupta
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/v3.3.1'
parents
6aecf383
24b614fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
osmaxx/__init__.py
+1
-1
1 addition, 1 deletion
osmaxx/__init__.py
osmaxx/excerptexport/templates/excerptexport/templates/index.html
+2
-2
2 additions, 2 deletions
...xcerptexport/templates/excerptexport/templates/index.html
with
3 additions
and
3 deletions
osmaxx/__init__.py
+
1
−
1
View file @
918f1477
__version__
=
'
v3.3.
0
'
__version__
=
'
v3.3.
1
'
__all__
=
[
'
__version__
'
,
...
...
This diff is collapsed.
Click to expand it.
osmaxx/excerptexport/templates/excerptexport/templates/index.html
+
2
−
2
View file @
918f1477
...
...
@@ -18,7 +18,7 @@
</h1>
<div
class=
"container-fluid"
>
<div
class=
"text-center col-sm-6"
>
<img
src=
"{% static 'excerptexport/images/export_existing_excerpt_or_country_or_admin_area_emblem.svg' %}"
width=
"70%"
max-width
=
"
550px"
/><br
/>
<img
src=
"{% static 'excerptexport/images/export_existing_excerpt_or_country_or_admin_area_emblem.svg' %}"
width=
"70%"
style=
"
max-width
:
550px
;
"
/><br
/>
<a
class=
"btn btn-primary btn-lg"
href=
"{% url 'excerptexport:order_existing_excerpt' %}"
>
<strong>
{% trans 'Export an existing excerpt' %}
</strong>
</a>
...
...
@@ -26,7 +26,7 @@
{% trans '(a predefined country or other administrative area,
<br
/>
or one of your previously defined excerpts)' %}
</div>
<div
class=
"text-center col-sm-6"
>
<img
src=
"{% static 'excerptexport/images/define_and_export_new_excerpt_emblem.svg' %}"
width=
"70%"
max-width
=
"
550px"
/><br
/>
<img
src=
"{% static 'excerptexport/images/define_and_export_new_excerpt_emblem.svg' %}"
width=
"70%"
style=
"
max-width
:
550px
;
"
/><br
/>
<a
class=
"btn btn-primary btn-lg"
href=
"{% url 'excerptexport:order_new_excerpt' %}"
>
<strong>
{% trans 'Define
&
export a new excerpt' %}
</strong>
</a>
...
...
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