diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-13 21:23:09 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-13 21:23:09 +0100 |
| commit | 31615da169766087a35c104d6aa8797a6eaa7594 (patch) | |
| tree | 5dce458d58076401438c31f53945bc317b9152d6 /app/templates | |
| parent | 95235849f79a9d9b2d32c620f1320dc23cf738fb (diff) | |
| download | cheatdb-31615da169766087a35c104d6aa8797a6eaa7594.tar.xz | |
Replace placeholder screenshot
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 8ad9ce6..43cd866 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -24,7 +24,7 @@ Dashboard <ul class="packagegrid"> {% for p in packages %} <li><a href="{{ p.getDetailsURL() }}" - style="background-image: url({{ p.getMainScreenshotURL() or '/static/screenshot.png' }});"> + style="background-image: url({{ p.getMainScreenshotURL() or '/static/placeholder.png' }});"> <span>{{ p.title }} by {{ p.author.display_name }}</span> </a></li> {% else %} |
