photo-objects 0.2.0__py3-none-any.whl → 0.2.1__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.
@@ -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}. Use album title to override the site name, "
57
- "albums cover photo to configure the preview image, and album "
58
- "description to configure the site description. The album title "
59
- "is automatically updated when the related sites name is changed "
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: photo-objects
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Application for storing photos in S3 compatible object-storage.
5
5
  Author: Toni Kangas
6
6
  License: MIT License
@@ -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=80fkAdtXjgBqq-4e1i2slnzWD2C-m6rc02piIqYlgmI,5215
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.2.0.dist-info/licenses/LICENSE,sha256=V3w6hTjXfP65F4r_mejveHcV5igHrblxao3-2RlfVlA,1068
50
- photo_objects-0.2.0.dist-info/METADATA,sha256=qGhO3YS-Bi15OADKvnsb7QQcXfKJbbRb5sWw1SBEPsk,3671
51
- photo_objects-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
- photo_objects-0.2.0.dist-info/top_level.txt,sha256=SZeL8mhf-WMGdhRtTGFvZc3aIRBboQls9O0cFDMGdQ0,14
53
- photo_objects-0.2.0.dist-info/RECORD,,
49
+ photo_objects-0.2.1.dist-info/licenses/LICENSE,sha256=V3w6hTjXfP65F4r_mejveHcV5igHrblxao3-2RlfVlA,1068
50
+ photo_objects-0.2.1.dist-info/METADATA,sha256=lO7WJhmvO4b0VsvmN_1nQ2DXkMSmjiYLlcpLb79JYUE,3671
51
+ photo_objects-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
+ photo_objects-0.2.1.dist-info/top_level.txt,sha256=SZeL8mhf-WMGdhRtTGFvZc3aIRBboQls9O0cFDMGdQ0,14
53
+ photo_objects-0.2.1.dist-info/RECORD,,