Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
christian
/
SaS
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix alternative text for images in datenbank
master
erichhasl
8 anni fa
parent
b734169c24
commit
e509757fe9
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
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
Vedi 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…
Annulla
Salva