This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix alternative text for images in datenbank
master
erichhasl
8 years ago
parent
b734169c24
commit
e509757fe9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_dev/sas_web/datenbank/templates/datenbank/index.html
+ 1
- 1
web_dev/sas_web/datenbank/templates/datenbank/index.html
View File
@@ -34,7 +34,7 @@
<td class="tddatabase" align="{% cycle "left" "center" "right" %}">
<div class="polaroid">
<a class="thumbnail" href="{{ entry.element.url }}">
<img src="{{ entry.image.url }}" alt="
Verfassung
">
<img src="{{ entry.image.url }}" alt="
{{ entry.title }}
">
</a>
<div class="container">
<p>{{ entry.title }}</p>
Write
Preview
Loading…
Cancel
Save