~widelands-dev/widelands-website/add_DISPLAY_hint

« back to all changes in this revision

Viewing changes to pybb/templates/pybb/pm/base.html

  • Committer: Holger Rapp
  • Date: 2009-02-25 16:55:36 UTC
  • Revision ID: sirver@kallisto.local-20090225165536-3abfhjx8qsgtzyru
- Added my hacked version of pybb. Remerging new versions is very difficult at this point :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'pybb/pm_base.html' %}
 
2
{% load i18n %}
 
3
{% load pybb_extras %}
 
4
 
 
5
{% block content %}
 
6
<div>
 
7
    <a href="{% url pybb_pm_inbox %}">{% trans "Inbox" %}</a></p>
 
8
    <a href="{% url pybb_pm_outbox %}">{% trans "outbox" %}</a></p>
 
9
    <a href="{% pybb_inbox"
 
10
</div>
 
11
{% block pm_content %}
 
12
{% endblock %}
 
13
{% endblock %}