Changeset - e126be16e393
[Not reviewed]
0 2 0
Luke Hatcher - 12 years ago 2012-07-13 04:34:07
lukeman@gmail.com
switch speaker forms to vertical form
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/speakers/speaker_create.html
Show inline comments
...
 
@@ -9,7 +9,7 @@
 
{% block body %}
 
    {% box "speaker-profile" %}
 

	
 
    <form method="POST" action="" enctype="multipart/form-data" class="form-horizontal">
 
    <form method="POST" action="" enctype="multipart/form-data">
 
        {% csrf_token %}
 
        <legend>{% trans "Create Speaker Profile" %}</legend>
 
        <fieldset>
symposion_project/templates/speakers/speaker_edit.html
Show inline comments
...
 
@@ -9,7 +9,7 @@
 
{% block body %}
 
    {% box "speaker-profile" %}
 

	
 
    <form method="POST" action="" enctype="multipart/form-data" class="form-horizontal">
 
    <form method="POST" action="" enctype="multipart/form-data">
 
        {% csrf_token %}
 
        <legend>{% trans "Edit Speaker Profile" %}</legend>
 
        <fieldset>
0 comments (0 inline, 0 general)