noyainrain / meetling

Web app for collaboratively preparing meetings.
https://meetling.org/
GNU General Public License v3.0
15 stars 2 forks source link

"View an example" is a dead link #1

Closed noyainrain closed 9 years ago

noyainrain commented 9 years ago

"View an example" on the start page is a dead link. Make it possible to create an example meeting.

noyainrain commented 9 years ago

Draft:

class Meetling:
    def create_example_meeting(self):
        """
        ..http:post:: /api/create-example-meeting

        Create a :ref:`Meeting` with an example agenda and return it.

        Useful to illustrate what Meetling is about.
        """
noyainrain commented 9 years ago

Fixed in a1f5fc9b8d170c8713578ffe11f6e7c4e1eab3f8 .