Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
b2b22ee1
Commit
b2b22ee1
authored
May 09, 2024
by
Lucas Gueiros
Browse files
remove "created in" from wagtailadmin
parent
01ba1e8e
Pipeline
#137
failed with stages
in 0 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
b2b22ee1
...
...
@@ -5,6 +5,7 @@ Unreleased
---
- Changed wagtail.contrib.modeladmin to wagtail_modeladmin
- Removed references to wagtailadmin/shared/field_as_li.html
- Removed "created in" from wagtail admin
5.2
---
...
...
setup.py
View file @
b2b22ee1
...
...
@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup
(
name
=
"wagtailvideos"
,
version
=
"5.2.
1
"
,
version
=
"5.2.
2
"
,
description
=
"A wagtail module for uploading and displaying videos in various codecs."
,
long_description
=
readme
,
author
=
"Neon Jungle"
,
...
...
wagtailvideos/templates/wagtailvideos/homepage/videos_summary.html
View file @
b2b22ee1
...
...
@@ -4,9 +4,9 @@
{% icon name="media" %}
<a
href=
"{% url 'wagtailvideos:index' %}"
>
{% blocktrans count counter=total_videos with total_videos|intcomma as total %}
<span>
{{ total }}
</span>
Video
<span
class=
"visuallyhidden"
>
created in {{ site_name }}
</span>
<span>
{{ total }}
</span>
Video
<span
class=
"visuallyhidden"
style=
"display: none;"
>
created in {{ site_name }}
</span>
{% plural %}
<span>
{{ total }}
</span>
Videos
<span
class=
"visuallyhidden"
>
created in {{ site_name }}
</span>
<span>
{{ total }}
</span>
Videos
<span
class=
"visuallyhidden"
style=
"display: none;"
>
created in {{ site_name }}
</span>
{% endblocktrans %}
</a>
</li>
Lucas Gueiros
@lucas.dgueiros
mentioned in issue
#1 (closed)
·
May 09, 2024
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment