GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
kalle
/
postorius
Browse code
added base_url to domain table
master
1 parent
44bfe2f
commit
c452724999cec4132f8fef744f162d433c181b1f
Florian Fuchs
authored
on 22 Mar 2012
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
src/mailmanweb/templates/mailmanweb/domain_index.html
Ignore Space
Show notes
View
2
■
■
■■■
src/mailmanweb/templates/mailmanweb/domain_index.html
<tbody>
{% for domain in domains %}
<tr>
<td>
{{ domain.mail_host }}
</td>
<td>
{{ domain.url_host }}
</td>
<td>
{{ domain.base_url }}
</td>
<td>
{{ domain.contact_address }}
</td>
<td>
{{ domain.description }}
</td>
<td><a
href
=
"#"
class
=
"btn btn-mini btn-danger"
>
{% trans 'Delete' %}
</a></td>
</tr>
Show line notes below