diff options
-rw-r--r-- | fossee_manim/templates/fossee_manim/send_proposal.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/fossee_manim/templates/fossee_manim/send_proposal.html b/fossee_manim/templates/fossee_manim/send_proposal.html index bd56ede..982f907 100644 --- a/fossee_manim/templates/fossee_manim/send_proposal.html +++ b/fossee_manim/templates/fossee_manim/send_proposal.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} - <br> + <br> {% if messages %} <ul class="messages"> {% for message in messages %} @@ -16,12 +16,16 @@ {% endfor %} </ul> {% endif %} - <br> - + <br> + + <div class="container-fluid" align = "justify"> + <h1><center>Proposal - Stage 1</center></h1> + </div> + <div class="container" align="center"> <div class="alert alert-info"> - Please Note: If you're not serious about the animation then do not send us a proposal, - fake/time wasting submissions will result in permanent ban. + Please Note: If you're not serious about creating animations, do not send us a proposal. + Fake submissions can result in permanent ban. </div> <br> @@ -30,12 +34,10 @@ <br/> <table> {{ form.as_table }} - </table> + </table> <br> <br> <button class="btn btn-success" type="submit">Save</button> </form> - - </div> - {% endblock %}
\ No newline at end of file + {% endblock %} |