Michael Hall has proposed merging lp:~mhall119/loco-directory/fixes-609695 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#609695 Documentation for adding event should be included
https://bugs.launchpad.net/bugs/609695
Adds a block next to the Global Events list that briefly describes how to add
an event, or register attendance for an existing event.
--
https://code.launchpad.net/~mhall119/loco-directory/fixes-609695/+merge/31227
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/fixes-609695 into lp:loco-directory.
=== modified file 'loco_directory/templates/events/event_list.html'
--- loco_directory/templates/events/event_list.html 2010-06-24 19:18:57 +0000
+++ loco_directory/templates/events/event_list.html 2010-07-29 01:47:41 +0000
@@ -20,7 +20,7 @@
{% endblock %}
{% block content %}
-<article class="main-content">
+<article class="minor-content">
<h2>{% trans "Ubuntu LoCo Global Events" %}{% if global_event_list %} <a title="{% trans "Global Events as ical" %}" class="global_event_ical" href="{% url global-event-list-ical %}"></a>{% endif %}</h2>
{% if global_event_list %}
@@ -33,6 +33,28 @@
{% endif %}
</article>
+<article class="minor-content alone">
+<h2>{% trans "Add or Attend an Event" %}</h2>
+
+{% blocktrans %}
+<p>
+Events are a great way for Ubuntu users to meet and socialize in person.
+</p>
+<p>
+If you can attend one of these
+events, you should register your attendance on the event's page. You can
+also leave comments on a team event, both before or after it takes place.
+</p>
+<p>
+If you are a member of an Ubuntu LoCo Team, you can add an event for your team
+by clicking the link at the top of this page, or by selecting a global event
+your team will be participating in, and clicking the link to add your team's
+event.
+</p>
+{% endblocktrans %}
+
+</article>
+
<hr class="divide" />
<article class="main-content">
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp