Files @ 79743b711d6f
Branch filter:

Location: symposion_app/vendor/registrasion/docs/views.rst

James Polley
More consistent color-coding for talk status buttons

- there's no btn-default, switch that to btn-primary
- consistently use info for standby, primary for undecided, success
for accept and warn for rejected
User-facing views
=================


View functions
--------------

Here's all of the views that Registrasion exposes to the public.

.. automodule:: registrasion.views
    :members:

Data types
~~~~~~~~~~

.. automodule:: registrasion.controllers.discount

.. autoclass:: DiscountAndQuantity


Template tags
-------------

Registrasion makes template tags available:

.. automodule:: registrasion.templatetags.registrasion_tags
    :members:


Rendering invoices
------------------

You'll need to render the following Django models in order to view invoices.

.. automodule:: registrasion.models.commerce

.. autoclass:: Invoice

.. autoclass:: LineItem

See also: :class:`PaymentBase`