photo-objects 0.2.0__py3-none-any.whl → 0.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- photo_objects/django/views/ui/album.py +6 -6
- {photo_objects-0.2.0.dist-info → photo_objects-0.3.0.dist-info}/METADATA +1 -1
- {photo_objects-0.2.0.dist-info → photo_objects-0.3.0.dist-info}/RECORD +6 -6
- {photo_objects-0.2.0.dist-info → photo_objects-0.3.0.dist-info}/WHEEL +0 -0
- {photo_objects-0.2.0.dist-info → photo_objects-0.3.0.dist-info}/licenses/LICENSE +0 -0
- {photo_objects-0.2.0.dist-info → photo_objects-0.3.0.dist-info}/top_level.txt +0 -0
|
@@ -51,13 +51,13 @@ def new_album(request: HttpRequest):
|
|
|
51
51
|
def get_info(request: HttpRequest, album_key: str):
|
|
52
52
|
site_id = parse_site_id(album_key)
|
|
53
53
|
if site_id is not None and request.site:
|
|
54
|
-
return (
|
|
54
|
+
return render_markdown(
|
|
55
55
|
"This is a special album for configuring site metadata for "
|
|
56
|
-
f"{request.site.name}
|
|
57
|
-
"albums cover photo to configure the preview image, and
|
|
58
|
-
"description to configure the site description. The album
|
|
59
|
-
"is automatically updated when the related sites name is
|
|
60
|
-
"and vice versa.")
|
|
56
|
+
f"**{request.site.name}**. Use album title to change the site "
|
|
57
|
+
"name, albums cover photo to configure the preview image, and "
|
|
58
|
+
"album description to configure the site description. The album "
|
|
59
|
+
"title is automatically updated when the related sites name is "
|
|
60
|
+
"changed and vice versa.")
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
@json_problem_as_html
|
|
@@ -41,13 +41,13 @@ photo_objects/django/views/api/auth.py,sha256=N53csbthH0DEMFjY3fqhtLmtdL7xqzkatk
|
|
|
41
41
|
photo_objects/django/views/api/photo.py,sha256=52UMP1r6TN_xfu8fHE25yOUiTa6W1F2XbgEichM8tTE,3526
|
|
42
42
|
photo_objects/django/views/api/utils.py,sha256=uQzKdSKHRAux5OZzqgWQr0gsK_FeweQP0cg_67OWA_Y,264
|
|
43
43
|
photo_objects/django/views/ui/__init__.py,sha256=N3ro5KggdV-JnfyHwoStX73b3SbVbpcsMuQNlxntVJs,92
|
|
44
|
-
photo_objects/django/views/ui/album.py,sha256=
|
|
44
|
+
photo_objects/django/views/ui/album.py,sha256=gOVwkpNZFytTrEU0N6OfJu4U4l85AIbL6b0L6x0eA4E,5232
|
|
45
45
|
photo_objects/django/views/ui/configuration.py,sha256=pzNRHq3FSrVCTx2R31_FW3A3aJxzEO4pDnXsOVS75uA,5576
|
|
46
46
|
photo_objects/django/views/ui/photo.py,sha256=fxjb47cxcT08pcYFcYIULpT4duKqK99zw5mgvKJx150,5994
|
|
47
47
|
photo_objects/django/views/ui/users.py,sha256=nlJyW7rhmr-ZR4LeSHMRPVmJzpiyHCEB2ry6uH2ihOc,713
|
|
48
48
|
photo_objects/django/views/ui/utils.py,sha256=YV_YcUbX-zUkdFnBlezPChR6aPDhZJ9loSOHBSzF6Cc,273
|
|
49
|
-
photo_objects-0.
|
|
50
|
-
photo_objects-0.
|
|
51
|
-
photo_objects-0.
|
|
52
|
-
photo_objects-0.
|
|
53
|
-
photo_objects-0.
|
|
49
|
+
photo_objects-0.3.0.dist-info/licenses/LICENSE,sha256=V3w6hTjXfP65F4r_mejveHcV5igHrblxao3-2RlfVlA,1068
|
|
50
|
+
photo_objects-0.3.0.dist-info/METADATA,sha256=lzc5h4se4GYeyV3JZU8HLmboo-vM7TASrbSdH7qjZiw,3671
|
|
51
|
+
photo_objects-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
52
|
+
photo_objects-0.3.0.dist-info/top_level.txt,sha256=SZeL8mhf-WMGdhRtTGFvZc3aIRBboQls9O0cFDMGdQ0,14
|
|
53
|
+
photo_objects-0.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|