This website works better with JavaScript.
首頁
說明
登入
christian
/
SaS
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix alternative text for images in datenbank
master
erichhasl
8 年之前
父節點
b734169c24
當前提交
e509757fe9
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存