File diff c6314ae230da → 1886323d7431
pinaxcon/templates/symposion/reviews/review_detail.html
Show inline comments
...
 
@@ -14,7 +14,7 @@
 

	
 
    {% if is_manager %}
 
        <div class="pull-right">
 
            <form class="result-form form-inline" method="POST" action="">
 
            <form class="result-form form-inline form-horizontal" method="POST" action="">
 
                {% csrf_token %}
 
                <div class="btn-group">
 
                    {% if proposal.result.status == "accepted" %}
...
 
@@ -101,7 +101,7 @@
 
                <hr />
 

	
 
                {% if review_form %}
 
                    <form method="POST" action="#proposal-reviews" class="review-form">
 
                    <form method="POST" action="#proposal-reviews" class="review-form form-horizontal">
 
                        <legend>{% trans "Submit Review" %}</legend>
 
                        <p>Enter your vote and any comment to go along with it. You can revise your vote or comment multiple times with an existing vote (your previously recorded score will be replaced during calculations). <b>Your vote and comments are not public and will only be viewable by other reviewers.</b></p>
 
                        {% csrf_token %}
...
 
@@ -124,7 +124,7 @@
 
                            </div>
 
                            {% if is_manager %}
 
                                <div class="pull-right">
 
                                    <form class="form-inline" action="{% url "review_delete" review.id %}" method="POST">
 
                                    <form class="form-inline form-horizontal" action="{% url "review_delete" review.id %}" method="POST">
 
                                        {% csrf_token %}
 
                                        <button class="btn btn-xs btn-danger" type="submit">Delete</button>
 
                                    </form>
...
 
@@ -162,7 +162,7 @@
 
                {% endif %}
 

	
 
		{% if is_manager %}
 
                <form action="" method="POST"accept-charset="utf-8">
 
                <form class="form-horizontal" action="" method="POST"accept-charset="utf-8">
 
                    <legend>{% trans "Send a message" %}</legend>
 
                    <p>
 
                        {% blocktrans %}