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
Fix broken member options title: LP #1428966
master
1 parent
69007e8
commit
493604d80b1f71b73a44328af8b5b8ada7279823
Florian Fuchs
authored
on 13 Apr 2015
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
src/postorius/templates/postorius/lists/memberoptions.html
Ignore Space
Show notes
View
2
■
■
■■■
src/postorius/templates/postorius/lists/memberoptions.html
{% load i18n %}
{% load nav_helpers %}
{% block main %}
{% list_nav '' '' %}
{% list_nav '' 'Member Options' %}
{% if not user.is_superuser or not user.is_list_owner %}
<div
class
=
"mm_subHeader"
>
<h1>
{% trans "No Preferences Available" %}
</h1>
Show line notes below